diff options
author | Alireza-S.N | 2017-03-06 19:52:37 +0330 |
---|---|---|
committer | Alireza-S.N | 2017-03-06 19:52:37 +0330 |
commit | 2895b0d26e8af3e51dbec06bee464e524c68c36e (patch) | |
tree | 6dd1f8b59c2f5db708a003c2cca30f110c3d0172 /PKGBUILD | |
parent | b9a1e0afb45a2ab244b290c6264fb4a1512006f3 (diff) | |
download | aur-2895b0d26e8af3e51dbec06bee464e524c68c36e.tar.gz |
dependency added
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |