summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2024-06-25 01:12:00 +1000
committercorey drew bruce2024-06-25 01:12:00 +1000
commit8d6e9eddc1b1ada76a810579fb7ed1480a1672d9 (patch)
tree45ba1eee711823d6f4d0099aaf7d3b40f109beb3
parent90236940000c0089f030ad32403bf1eb7fe8e626 (diff)
downloadaur-8d6e9eddc1b1ada76a810579fb7ed1480a1672d9.tar.gz
Added extra dependencies
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD1
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87f7d094084a..6f0a7a09dde4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,9 @@ pkgbase = nzportable-bin
arch = armv7l
license = GPL2
makedepends = unzip
+ depends = sdl2
+ depends = yad
+ depends = rsync
source_x86_64 = https://gitlab.com/linuxbombay/nzp/nzp-packaging/-/archive/1.0.1/nzp-packaging-1.0.1.tar.bz2
source_x86_64 = https://gitlab.com/linuxbombay/nzp/binaries/2.0.0indev20240623071843/-/raw/main/nzportable-linux64.zip
sha256sums_x86_64 = 5ad502db1edb809b67f8d1a830ad9cd1a0fb1e419fcfed9fe2732e7ffd4a4d0b
diff --git a/PKGBUILD b/PKGBUILD
index 3e2236c42a84..2bfdd2d9e293 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc='Nazi Zombies: Portable, a Call of Duty: Zombies "de-make" powered by va
arch=('x86_64' 'i686' 'aarch64' 'armv7l')
url="https://gitlab.com/linuxbombay/nzp"
license=('GPL2')
+depends=('sdl2' 'yad' 'rsync')
makedepends=('unzip')
_pkgrel_x86_64=1
_pkgrel_aarch64=1