diff options
author | Isaac Dunham <ibid.ag@gmail.com> | 2015-11-27 22:02:43 -0800 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-30 10:19:19 +0000 |
commit | 0c1a61b1b32a1bea394e74d23bd64a18f51ad13a (patch) | |
tree | 70d0ba4338ed8e48cdcd2a84eecf754934bc4b8e /testing/xiphos | |
parent | 0c687f1c851d551be7c3629cc607b0778b5e174e (diff) | |
download | aports-0c1a61b1b32a1bea394e74d23bd64a18f51ad13a.tar.bz2 aports-0c1a61b1b32a1bea394e74d23bd64a18f51ad13a.tar.xz |
testing/xiphos: update to 4.0.4
Not using webkit2gtk, since it conflicts with --enable-webkit-editor.
Diffstat (limited to 'testing/xiphos')
-rw-r--r-- | testing/xiphos/APKBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/testing/xiphos/APKBUILD b/testing/xiphos/APKBUILD index bbc8fbd739..a0dfa9d2cd 100644 --- a/testing/xiphos/APKBUILD +++ b/testing/xiphos/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Isaac Dunham <ibid.ag@gmail.com> # Maintainer: Isaac Dunham <ibid.ag@gmail.com> pkgname=xiphos -pkgver=4.0.2 +pkgver=4.0.4 pkgrel=0 -_pkgex="-20150415" +_pkgex="-20150830" pkgdesc="Gnome application for Bible study" url="https://sourceforge.net/projects/gnomesword" arch="all" @@ -29,7 +29,8 @@ prepare() { build() { cd "$_builddir" - ./waf configure --prefix=/usr --enable-webkit-editor --gtk=3 && \ + ./waf configure --prefix=/usr \ + --enable-webkit-editor --gtk=3 && \ ./waf build || return 1 } @@ -39,6 +40,6 @@ package() { } -md5sums="d5151d06bc701c82f9a1fa7f81214fe1 xiphos-4.0.2-20150415.tar.gz" -sha256sums="dc472085dcd707426a5b6642e203bd3e711b4a04e03d5053aa712fa4eb341365 xiphos-4.0.2-20150415.tar.gz" -sha512sums="d69b80cc4997b8aec3d05326741415498ca650205fab6ec262f83bc837878ed6272a10c954d04516cf6423ff5ce1f5372b8b82b11f0ed6d9dacfab6d304e7e05 xiphos-4.0.2-20150415.tar.gz" +md5sums="a1d88b7d6812fd261d71a229999c669d xiphos-4.0.4-20150830.tar.gz" +sha256sums="413bb8acb444946ccde1fb9fcfa3ff4bdb622cb56995b557f3215fab42193f20 xiphos-4.0.4-20150830.tar.gz" +sha512sums="337503ee4cc6139ec8724266f3c9c0ce5d17518c48f7aab03ea8213165054854c8dd7317ff9e1b9097ece12292b52f1c8002684c00c5a7b43c5b4810edd6ecda xiphos-4.0.4-20150830.tar.gz" |