summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Verto2019-06-25 15:38:41 +0200
committerLeo Verto2019-06-25 15:38:41 +0200
commit131afddf1000a7feea1d83c2df0277ab6366d90f (patch)
treeba52b3a2b6090a94b08e09a4ff5940e9402dd8c2
parent51c4f1dc08410f53c27dd42a4a8e9e1e541ae83b (diff)
downloadaur-netmask.tar.gz
Fix check() being called package()
Thanks to Kr1ss for pointing this out!
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ce6b92365f4..c9897cdf031b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = netmask
pkgdesc = The swiss army knife of addressing.
pkgver = 2.4
- pkgrel = 2
+ pkgrel = 3
url = http://trap.mtview.ca.us/~talby/
arch = x86_64
license = GPL2
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