summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-04-20 01:33:53 +0200
committerhaawda2018-04-20 01:33:53 +0200
commit8d6467609b299681b06d8f5d24f8d777c869978c (patch)
tree74d8743f93bdea53cd236bbb18138b6a80ee9a80
parent9ceff7a42b3b5f78ec36105073476c1e4bb42526 (diff)
downloadaur-8d6467609b299681b06d8f5d24f8d777c869978c.tar.gz
update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7812d545861b..d6367546f5a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xiphos
pkgdesc = Bible study tool for GTK+
- pkgver = 4.0.7
- pkgrel = 2
+ pkgver = 4.1.0
+ pkgrel = 1
url = http://xiphos.org/
arch = x86_64
arch = i686
@@ -11,7 +11,7 @@ pkgbase = xiphos
makedepends = intltool
makedepends = python2
makedepends = dbus-glib
- depends = sword
+ depends = sword>=1.8.1
depends = webkit2gtk
depends = libgsf
depends = gtkhtml4
@@ -19,8 +19,8 @@ pkgbase = xiphos
depends = gconf
provides = gnomesword
conflicts = gnomesword
- source = xiphos-4.0.7.tar.gz::https://github.com/crosswire/xiphos/archive/4.0.7.tar.gz
- sha512sums = 041e0e9c6a7406b02c5b45066b44a3d44c37a34a799c3dfd617b6aa52dc50efbf800e475e107108fcf1d0d23a3522d0a9fa0838c474d2e4dd39f3af9d3429bd4
+ source = xiphos-4.1.0.tar.gz::https://github.com/crosswire/xiphos/archive/4.1.0.tar.gz
+ sha512sums = f2da65a0cf10cda5ca471a09d351be8e2e5601857b4cb363ba45865e4595bebbc9b8cfa47660a1106b1521b4059d341c7e8c04c0c712387b913bdf994d1c6400
pkgname = xiphos
diff --git a/PKGBUILD b/PKGBUILD
index 957b49239e70..70a38d352d39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
# co-Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=xiphos
-pkgver=4.0.7
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
pkgdesc="A Bible study tool for GTK3"
arch=('i686' 'x86_64')
url="http://xiphos.org"
pkgdesc="Bible study tool for GTK+"
arch=('x86_64' 'i686')
url="http://xiphos.org/"
-depends=('sword' 'webkit2gtk' 'libgsf' 'gtkhtml4' 'biblesync' 'gconf')
+depends=('sword>=1.8.1' 'webkit2gtk' 'libgsf' 'gtkhtml4' 'biblesync' 'gconf')
makedepends=('gnome-common' 'gnome-doc-utils' 'intltool' 'python2' 'dbus-glib')
license=('GPL')
provides=('gnomesword')
conflicts=('gnomesword')
source=("xiphos-${pkgver}.tar.gz::https://github.com/crosswire/xiphos/archive/${pkgver}.tar.gz")
-sha512sums=('041e0e9c6a7406b02c5b45066b44a3d44c37a34a799c3dfd617b6aa52dc50efbf800e475e107108fcf1d0d23a3522d0a9fa0838c474d2e4dd39f3af9d3429bd4')
+sha512sums=('f2da65a0cf10cda5ca471a09d351be8e2e5601857b4cb363ba45865e4595bebbc9b8cfa47660a1106b1521b4059d341c7e8c04c0c712387b913bdf994d1c6400')
build() {
cd "$pkgname-$pkgver"