aboutsummaryrefslogtreecommitdiffstats
path: root/community/nq/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nq/APKBUILD')
-rw-r--r--community/nq/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/nq/APKBUILD b/community/nq/APKBUILD
index c09db8695ff..71d80e6fa41 100644
--- a/community/nq/APKBUILD
+++ b/community/nq/APKBUILD
@@ -1,16 +1,15 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
-pkgname="nq"
-pkgver="0.3.1"
+pkgname=nq
+pkgver=0.4
pkgrel=0
pkgdesc="Unix command line queue utility"
url="https://github.com/leahneukirchen/nq"
arch="all"
license="CC0-1.0"
+checkdepends="perl-utils"
subpackages="$pkgname-doc"
source="nq-$pkgver.tar.gz::https://github.com/leahneukirchen/nq/archive/v$pkgver.tar.gz"
-builddir="$srcdir/nq-$pkgver"
-checkdepends="perl-utils"
build() {
make
@@ -24,4 +23,4 @@ package() {
make PREFIX=/usr DESTDIR="$pkgdir" install
}
-sha512sums="42a43eb90488e17439d12740268b66cf6ed6f255ee0377f2df02f97fe2cdd562726e06909fb8efa26e3740e885088083f0880d986bf3f58615a21f1ea4c11d87 nq-0.3.1.tar.gz"
+sha512sums="c4587c2074dd6e3d18d56a273b943b2594f6ea73912d774120706dbcb6a64e0b7a99c4da7283cbe0d3d47eb24fa246625e9180a88ee2e0cacc647de8c8606c38 nq-0.4.tar.gz"