Date: Tuesday, January 14, 2020 @ 17:03:33 Author: kkeen Revision: 552522
upgpkg: fortune-mod 2.12.0-1 Modified: fortune-mod/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-14 16:39:15 UTC (rev 552521) +++ PKGBUILD 2020-01-14 17:03:33 UTC (rev 552522) @@ -1,21 +1,19 @@ -# Maintainer: Kevin Piche <[email protected]> +# Maintainer: Kyle Keen <[email protected]> +# Contributor: Kevin Piche <[email protected]> # Contributor: Dale Blount <[email protected]> pkgname=fortune-mod -pkgver=2.10.0 -pkgrel=2 +pkgver=2.12.0 +pkgrel=1 pkgdesc="The Fortune Cookie Program from BSD games" arch=('x86_64') url="https://www.shlomifish.org/open-source/projects/fortune-mod/" license=('BSD') depends=('recode') -makedepends=('cmake' 'git') +makedepends=('cmake' 'rinutils') source=("https://github.com/shlomif/fortune-mod/archive/fortune-mod-$pkgver.tar.gz") -md5sums=('aec74b13c4129e69a272dcae9e7dcf8c') +md5sums=('467b8071241e0e666a8a23f4a615e588') -# 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
