summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlireza-S.N2017-03-06 19:52:37 +0330
committerAlireza-S.N2017-03-06 19:52:37 +0330
commit2895b0d26e8af3e51dbec06bee464e524c68c36e (patch)
tree6dd1f8b59c2f5db708a003c2cca30f110c3d0172
parentb9a1e0afb45a2ab244b290c6264fb4a1512006f3 (diff)
downloadaur-2895b0d26e8af3e51dbec06bee464e524c68c36e.tar.gz
dependency added
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad03c6affb7e..61653ab9768f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="A graphical user interface to see APK file details & icon"
arch=('x86_64')
url='https://github.com/alireza6677/apk-preview'
license=('GPL3')
-depends=( 'python' 'python-gobject')
+depends=( 'python' 'python-gobject' 'unzip' )
makedepends=('git')
provides=("apk-preview")
source=("${pkgname}::git+https://github.com/alireza6677/apk-preview.git")