[arch-commits] Commit in fortune-mod/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Fri Jul 19 06:05:20 UTC 2019
Date: Friday, July 19, 2019 @ 06:05:19
Author: kkeen
Revision: 491967
upgpkg: fortune-mod 2.10.0-1
Modified:
fortune-mod/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-19 03:22:53 UTC (rev 491966)
+++ PKGBUILD 2019-07-19 06:05:19 UTC (rev 491967)
@@ -2,7 +2,7 @@
# Contributor: Dale Blount <archlinux at dale.us>
pkgname=fortune-mod
-pkgver=2.6.2
+pkgver=2.10.0
pkgrel=1
pkgdesc="The Fortune Cookie Program from BSD games"
arch=('x86_64')
@@ -9,10 +9,13 @@
url="https://www.shlomifish.org/open-source/projects/fortune-mod/"
license=('BSD')
depends=('recode')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
source=("https://github.com/shlomif/fortune-mod/archive/fortune-mod-$pkgver.tar.gz")
-md5sums=('59580c8fc2f26ed0b9a1e0a13257bfdf')
+md5sums=('aec74b13c4129e69a272dcae9e7dcf8c')
+# todo: handle https://github.com/shlomif/rinutils/ and remove git dep
+# or at least make a deterministic build
+
prepare() {
cd "$srcdir/fortune-mod-fortune-mod-$pkgver/fortune-mod"
# probably a better way to do this but it is baked in hard
More information about the arch-commits
mailing list