summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErazem Kokot2019-10-03 13:12:47 +0200
committerErazem Kokot2019-10-03 13:12:47 +0200
commit8c5c290f499d107f6ed73fa5148a59951dde7dee (patch)
tree1eb094e4f3f928790219327249114fac6c7b197c
parent0c159af2cce11d2597768eab0d2a6b161947cb36 (diff)
downloadaur-8c5c290f499d107f6ed73fa5148a59951dde7dee.tar.gz
Add zip as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0181306978d7..2d0d9f73d6c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = hblock
pkgdesc = An adblocker that creates a hosts file from automatically downloaded blacklists
pkgver = 2.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hectorm/hblock
arch = any
license = MIT
depends = bash
+ depends = zip
source = https://github.com/hectorm/hblock/archive/v2.1.2.tar.gz
sha256sums = f564bdc7247a3d3044d8da2e165a3a16ebfa1bb72965aa9a7a349d205d07cb99
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")