summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-10 12:39:52 +0300
committerCaleb Maclennan2020-02-10 12:39:52 +0300
commit388c82334fda93d87a281ee169a2aafb2bf7e537 (patch)
tree475e6d614479be733ce1e16c77670c062f32ddf4
parent17b4586bc13a848657cee101f6154916cae5f8ed (diff)
downloadaur-388c82334fda93d87a281ee169a2aafb2bf7e537.tar.gz
Update to 5.0.813 and change to new source location
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD9
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c0e79a7ff20..7a9fc2ae1b2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
-# Generated by mksrcinfo v8
-# Sun Jan 17 10:04:27 UTC 2016
pkgbase = bibledit
- pkgdesc = Linux desktop client relase of bibledit for translating the Bible
- pkgver = 1.0.348
+ pkgdesc = Editory for translating the Bible (Cloud release)
+ pkgver = 5.0.813
pkgrel = 0.1
- url = http://bibledit.org/
+ url = https://bibledit.org/
arch = any
license = GPL3
- depends = sword,
- depends = sqlite,
- depends = gtk3,
- depends = ciaro,
+ depends = sword
+ depends = sqlite
+ depends = gtk3
+ depends = cairo
depends = at-spi2-atk
- source = http://bibledit.org/linux/bibledit-0.1.tar.gz
+ source = https://github.com/bibledit/cloud/releases/download/5.0.813/bibledit-5.0.813.tar.gz
+ sha256sums = 3a5612c761a1ca4cd37d159a16d2ab68094c00c150ca099a84d045c4e93bd932
pkgname = bibledit
diff --git a/PKGBUILD b/PKGBUILD
index 22b9e1a9f136..35531bf8f832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
+
pkgname=bibledit
-pkgdesc='Linux desktop client relase of bibledit for translating the Bible'
-pkgver=1.0.348
+pkgdesc='Editory for translating the Bible (Cloud release)'
+pkgver=5.0.813
pkgrel=0.1
arch=('any')
url='https://bibledit.org/'
license=('GPL3')
-source=("http://bibledit.org/linux/$pkgname-$pkgver.tar.gz")
-sha256sums=('43367f64a3c14f2e51227758ee63b2bf6ffe68a8fb3e8a731acf018a1cfbe997')
+source=("https://github.com/bibledit/cloud/releases/download/5.0.813/$pkgname-$pkgver.tar.gz")
+sha256sums=('3a5612c761a1ca4cd37d159a16d2ab68094c00c150ca099a84d045c4e93bd932')
depends=('sword' 'sqlite' 'gtk3' 'cairo' 'at-spi2-atk')
build () {