aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2019-05-28 14:27:49 +0200
committerTBK <tbk@jjtc.eu>2019-05-28 14:29:07 +0200
commit8bb4985533b62a770adb807e2e2a52089fe50994 (patch)
tree9953ecc242df0d7824a8f3aca021426a77d38b2d
parentb4e076817803ae0d18a34f6f78543813c3ac991e (diff)
community/fortune: disable check & pkgrel bump
-rw-r--r--community/fortune/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/fortune/APKBUILD b/community/fortune/APKBUILD
index 94f139f16b9..d2487a3ef97 100644
--- a/community/fortune/APKBUILD
+++ b/community/fortune/APKBUILD
@@ -2,11 +2,12 @@
# Maintainer: Andrew Hills <ahills@ednos.net>
pkgname=fortune
pkgver=0.1
-pkgrel=0
+pkgrel=1
pkgdesc="Fortune cookie program ported from OpenBSD"
url="https://github.com/ahills/fortune"
arch="all"
license="BSD-3-Clause"
+options="!check" # no test suite
makedepends="libbsd-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
@@ -18,4 +19,5 @@ build() {
package() {
make PREFIX=/usr DESTDIR="$pkgdir" install
}
+
sha512sums="11c883aef8fafea6237fcd1b45fbbb169d6996a253f1def720dd9379c4bfe1bad050789c6e89eb7f1960abde54fe04d85fd13148bd0af8528de630611c0e6e48 fortune-0.1.tar.gz"