summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHannele Ruiz2023-12-17 12:34:30 -0300
committerHannele Ruiz2023-12-17 12:34:30 -0300
commite861996399a9893829dd834e2ab316fa78a6ae7f (patch)
tree09499a3af06813fffd3db53f1a11006501fc11e1
parentf911d5d21e19e12b4f70657eb0553b76fc19e340 (diff)
downloadaur-e861996399a9893829dd834e2ab316fa78a6ae7f.tar.gz
Added patchelf as an optional dependency
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fa870b22e70..5c0b6a720755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,8 @@ depends=(libxml2 patchelf python-appdirs python-setuptools python-wheel scons)
makedepends=(gdb python-build python-installer git)
checkdepends=(ccache fuse2 python-boto3 python-brotli strace)
optdepends=('ccache: for build caching'
- 'pyside2: for using Qt5 APIs')
+ 'pyside2: for using Qt5 APIs'
+ 'patchelf: for using standalone mode')
source=("https://nuitka.net/releases/${pkgname^}-$pkgver.tar.bz2")
sha256sums=('238b7781ec6e2cdd465409273afe045cf1d9226f75ac16fed7ce1082c8b99667')
b2sums=('eb315e08fad705179c323bb4d6695024978358b895e10c8b616220ffc367a47f15279e007a1a1c381a2238006f7fc70a8707eb5378638a816cec83c99e826f0b')