diff --git a/network/plugin/flashplugin/actions.py b/network/plugin/flashplugin/actions.py
index 263035e483..bde43fc5d1 100644
--- a/network/plugin/flashplugin/actions.py
+++ b/network/plugin/flashplugin/actions.py
@@ -7,8 +7,8 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
-ARCH = "i386" if get.ARCH() == "i686" else "x86_64"
-WorkDir = get.ARCH()
+#ARCH = "i386" if get.ARCH() == "i686" else "x86_64"
+WorkDir = "x86_64"
NoStrip = "/"
def install():
diff --git a/network/plugin/flashplugin/pspec.xml b/network/plugin/flashplugin/pspec.xml
index eda9d2e08a..09477046e3 100644
--- a/network/plugin/flashplugin/pspec.xml
+++ b/network/plugin/flashplugin/pspec.xml
@@ -13,8 +13,8 @@
flash-player-properties
Adobe Flash Player
Adobe (Macromedia) Flash Player is an application to present interactive (and possibly multimedia-containing) content created using Adobe Flash.
- https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.344/flash_player_npapi_linux.i386.tar.gz
- https://fpdownload.adobe.com/get/flashplayer/pdc/32.0.0.344/flash_player_npapi_linux.x86_64.tar.gz
+
+ https://fpdownload.adobe.com/get/flashplayer/pdc/32.0.0.453/flash_player_npapi_linux.x86_64.tar.gz
nss
gtk2
@@ -81,6 +81,13 @@
-->
+
+ 2020-11-12
+ 32.0.0.453
+ Version bump.
+ İdris Kalp
+ idriskalp@gmail.com
+
2020-03-24
32.0.0.344
diff --git a/x11/library/libclc/actions.py b/x11/library/libclc/actions.py
index 941cab621e..abf55dc7bf 100755
--- a/x11/library/libclc/actions.py
+++ b/x11/library/libclc/actions.py
@@ -17,7 +17,7 @@ def setup():
if get.buildTYPE() == "emul32":
shelltools.system("chmod +x clang32")
- options = "-DLLVM_CLANG='%s/%s-%s/clang32' \
+ options = "-DLLVM_CLANG='%s/%s-%s.src/clang32' \
-DLLVM_CONFIG='/usr/bin/llvm-config-32' \
-DCMAKE_INSTALL_LIBDIR=lib32 \
" % (get.workDIR(), get.srcNAME(), get.srcVERSION())
diff --git a/x11/library/libclc/pspec.xml b/x11/library/libclc/pspec.xml
index 082c501cb9..85979faa7f 100755
--- a/x11/library/libclc/pspec.xml
+++ b/x11/library/libclc/pspec.xml
@@ -3,7 +3,7 @@
libclc
- https://github.com/llvm-mirror/libclc
+ http://libclc.llvm.org/
PisiLinux Community
admins@pisilinux.org
@@ -12,7 +12,7 @@
library
Library requirements of the OpenCL C programming language
Library requirements of the OpenCL C programming language
- https://sourceforge.net/projects/pisilinux/files/source/libclc-10.0.0_20200215.tar.xz
+ https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/libclc-11.0.0.src.tar.xz
llvm
cmake
@@ -61,6 +61,13 @@
+
+ 2020-11-12
+ 11.0.0
+ Version bump
+ İdris Kalp
+ idriskalp@gmail.com
+
2020-03-26
10.0.0_20200215