summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHéctor Molinero Fernández2020-11-09 15:30:11 +0100
committerHéctor Molinero Fernández2020-11-09 15:30:11 +0100
commit5cd154291e254a8a64f5c375f0b9b6771491b0f6 (patch)
treeee4edcb9e1384122093adabbb1d4049637109a46 /PKGBUILD
parent8786b1fde17e7791208b035ddff48a089ac783d3 (diff)
downloadaur-5cd154291e254a8a64f5c375f0b9b6771491b0f6.tar.gz
Disabled tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e765947b637..77f57cac5f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,15 @@
# Contributor: Erazem Kokot <contact at erazem dot eu>
pkgname='hblock'
pkgver='3.0.1'
-pkgrel='1'
+pkgrel='2'
pkgdesc='An adblocker that creates a hosts file from automatically downloaded sources'
arch=('any')
url='https://github.com/hectorm/hblock'
license=('MIT')
depends=('curl')
-checkdepends=('libidn2')
source=("https://github.com/hectorm/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('8798c2fad8442156bf2aa7eff61260626100ab25d96a1b04265a5225b3f7c324')
-check() {
- cd -- "${pkgname:?}-${pkgver:?}"
- make test
-}
-
package() {
cd -- "${pkgname:?}-${pkgver:?}"
make DESTDIR="${pkgdir:?}" prefix="/usr" install