summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYacob Zitouni2021-05-11 17:25:16 +0200
committerYacob Zitouni2021-05-11 17:25:16 +0200
commit66814f5fb858fcdd6ca515f9dc0127274cd8b7da (patch)
tree075a8a1a4f9b0934e92833095d6b8db7c8d36868
parent5431b83095461c14cd78d11a8f44028da80f6f4a (diff)
downloadaur-66814f5fb858fcdd6ca515f9dc0127274cd8b7da.tar.gz
Added zip to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d60ea3ac0947..a6e93c19b16a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = bannertool
pkgdesc = A tool for creating 3DS banners
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Steveice10/bannertool/
arch = i686
arch = x86_64
license = MIT
+ depends = zip
source = bannertool::git+https://github.com/Steveice10/bannertool.git#tag=1.2.0
source = buildtools::git+https://github.com/Steveice10/buildtools.git#commit=4524b3a
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c5ee495eac62..97490a663266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Yacob Zitouni <yacob.zitouni@gmail.com>
pkgname=('bannertool')
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for creating 3DS banners"
arch=('i686' 'x86_64')
url="https://github.com/Steveice10/bannertool/"
license=('MIT')
+depends=('zip')
sha256sums=('SKIP' 'SKIP')
source=("$pkgname::git+https://github.com/Steveice10/bannertool.git#tag=1.2.0"