Skip to content

Commit

Permalink
multiple: fix install.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed May 13, 2024
1 parent 2ffa8a8 commit 9374f35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions packages/shiboken/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ arch=('x86_64')
license=('LGPL')
url='https://github.com/pyside/Shiboken/tags'
depends=('libicu64')
makedepends=('cmake' 'python2' 'python' 'qt4' 'libxslt' 'openssl')
makedepends=('cmake' 'python2' 'python' 'qt4' 'libxslt' 'openssl'
'python-distutils-extra')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/PySide/Shiboken/archive/$pkgver.tar.gz"
'support-new-python.diff')
sha512sums=('daa3fadf3daffaec52f199c0285a37431a4b6b0d450a43a035f49e5505a35b666a1cb0b334c7267af7530841dadbf0b97296812141c93de3b7cd07c7d9016a2a'
'1829f69b1c57fd4225f17cb66121f80d7b073e70f78f9b7755102dc38371e1948c2e901bb95186d3e74e73250ff3f9068a49647f02dc5cd2f7b4a164093d88d5')
'fe42b2cc3792efd10d55caa9c34d74f8c06b1bca94d6d3a4b96c1558dc8a2f45841987e39d292b003ce05797cadb6f5dbfb96731a4f46f783e5dc252d3f240f3')

prepare() {
cd "$_pkgname-$pkgver"
Expand Down
2 changes: 1 addition & 1 deletion packages/shiboken/support-new-python.diff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# CMAKE_FIND_FRAMEWORKS(Python)

-FOREACH(_CURRENT_VERSION 3.4 3.3 3.2 3.1 3.0)
+FOREACH(_CURRENT_VERSION 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+FOREACH(_CURRENT_VERSION 3.12 3.11 3.10 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
IF(_CURRENT_VERSION GREATER 3.1)
SET(_32FLAGS "m" "u" "mu" "dm" "du" "dmu" "")
ELSE()
Expand Down
2 changes: 1 addition & 1 deletion packages/triton/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pkgname=triton
_pkgname=Triton
pkgver=4179.6474d968
pkgrel=1
pkgrel=2
epoch=1
pkgdesc='A Dynamic Binary Analysis (DBA) framework.'
groups=('blackarch' 'blackarch-binary' 'blackarch-reversing')
Expand Down

0 comments on commit 9374f35

Please sign in to comment.