summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeo Verto2019-06-25 15:38:41 +0200
committerLeo Verto2019-06-25 15:38:41 +0200
commit131afddf1000a7feea1d83c2df0277ab6366d90f (patch)
treeba52b3a2b6090a94b08e09a4ff5940e9402dd8c2 /PKGBUILD
parent51c4f1dc08410f53c27dd42a4a8e9e1e541ae83b (diff)
downloadaur-netmask.tar.gz
Fix check() being called package()
Thanks to Kr1ss for pointing this out!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 887f6e39a2b8..33343ccb6d73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo Verto <leotheverto+aur@gmail.com>
pkgname=netmask
pkgver=2.4
-pkgrel=2
+pkgrel=3
pkgdesc="The swiss army knife of addressing."
arch=('x86_64')
url="http://trap.mtview.ca.us/~talby/"
@@ -17,7 +17,7 @@ build() {
make
}
-package() {
+check() {
cd "$pkgname-$pkgver"
make -k check