summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorErazem Kokot2019-10-03 13:12:47 +0200
committerErazem Kokot2019-10-03 13:12:47 +0200
commit8c5c290f499d107f6ed73fa5148a59951dde7dee (patch)
tree1eb094e4f3f928790219327249114fac6c7b197c /PKGBUILD
parent0c159af2cce11d2597768eab0d2a6b161947cb36 (diff)
downloadaur-8c5c290f499d107f6ed73fa5148a59951dde7dee.tar.gz
Add zip as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bba3a2cccd64..119aa8b807e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='hblock'
pkgver=2.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='An adblocker that creates a hosts file from automatically downloaded blacklists'
arch=('any')
url='https://github.com/hectorm/hblock'
license=('MIT')
-depends=('bash')
+depends=('bash' 'zip')
sha256sums=('f564bdc7247a3d3044d8da2e165a3a16ebfa1bb72965aa9a7a349d205d07cb99')
source=("https://github.com/hectorm/${pkgname}/archive/v${pkgver}.tar.gz")