summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Van Assche2019-02-01 17:18:20 +0100
committerFrederic Van Assche2019-02-01 17:18:20 +0100
commit201e6580cb2f7dfccab5378493c39561a4ad972e (patch)
tree6eb2607089f4cedba60f9676937a1e32afe2a4d6
parenta78e51f42421cd65caeb37ec43e6528c76065c86 (diff)
downloadaur-201e6580cb2f7dfccab5378493c39561a4ad972e.tar.gz
Add unzip to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cee0d75f6c7a..c988d0c04153 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = sigasi
url = http://www.sigasi.com/
arch = x86_64
license = custom
+ makedepends = unzip
depends = glib2
options = !strip
source = http://download.sigasi.com/updates/latest/com.sigasi.hdt.product-linux.gtk.x86_64.zip
diff --git a/PKGBUILD b/PKGBUILD
index 67ec7cae11ce..888e046670b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=('custom')
source=('http://download.sigasi.com/updates/latest/com.sigasi.hdt.product-linux.gtk.x86_64.zip'
'sigasi.desktop')
depends=('glib2')
+makedepends=('unzip')
options=('!strip')
sha256sums=('0bc95d91d5578a50b02afd442d9c39b7800d7c31c32d5e6b9443e0ae150ab431'
'a8084b3146904c2accd5946e2aa493e133c56e4f8f0d7f582a0edcb080a7958c')