summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gerbet2017-11-05 00:19:53 +0100
committerThomas Gerbet2017-11-05 00:19:53 +0100
commitf9760a061b8ea5321d23d7577c839b6d682f0788 (patch)
treec5ccadca5e56bd75c867ea17ab0eda4b30fe3f6d
parent9a26aac36b0838b4be4421f936499f9dcf67c333 (diff)
downloadaur-f9760a061b8ea5321d23d7577c839b6d682f0788.tar.gz
Update to JolieBulle 3.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a654eafacc4..668ea19a9f1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = joliebulle
pkgdesc = Brewing assistant and beer recipe design
- pkgver = 3.7.0
+ pkgver = 3.7.1
pkgrel = 1
url = http://joliebulle.org/
arch = any
@@ -8,8 +8,8 @@ pkgbase = joliebulle
depends = python
depends = python-pyqt5
depends = qt5-webkit
- source = http://joliebulle.org/repository/joliebulle3.7/joliebulle-3.7.0.tar.gz
- sha256sums = f349a4564ae1ff952ac12536dd2e61b2a05c6705482564e77fb37305f2a38e0a
+ source = http://joliebulle.org/repository/joliebulle3.7.1/joliebulle-3.7.1.tar.gz
+ sha256sums = 3889ceaf87a43678bd8d5078f40e80087c072d24a198540078cf7411289bd72e
pkgname = joliebulle
diff --git a/PKGBUILD b/PKGBUILD
index a1d5e46676d8..1734b31bd36d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=joliebulle
softver=3.7
-softrev=.0
+softrev=.1
pkgver=$softver$softrev
pkgrel=1
pkgdesc="Brewing assistant and beer recipe design"
@@ -10,9 +10,8 @@ arch=('any')
url='http://joliebulle.org/'
license=('GPL3')
depends=('python' 'python-pyqt5' 'qt5-webkit')
-source=("https://download.tuxfamily.org/joliebulle/$pkgname$softver/$pkgname-$pkgver.tar.gz")
-source=("http://joliebulle.org/repository/$pkgname$softver/$pkgname-$pkgver.tar.gz")
-sha256sums=('f349a4564ae1ff952ac12536dd2e61b2a05c6705482564e77fb37305f2a38e0a')
+source=("http://joliebulle.org/repository/$pkgname$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('3889ceaf87a43678bd8d5078f40e80087c072d24a198540078cf7411289bd72e')
package() {
cd "$srcdir/Joliebulle-$pkgver"