summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")