summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gerbet2018-08-29 22:36:31 +0200
committerThomas Gerbet2018-08-29 22:36:31 +0200
commit673acc7b75cec63b1955845a95419ff12e192ab4 (patch)
tree5a5a82975f7cb045aad8af8643504f66bde8b733
parent9075fcba4764c19a66739cee833b8e62646fc3c7 (diff)
downloadaur-673acc7b75cec63b1955845a95419ff12e192ab4.tar.gz
Update to 3.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 668ea19a9f1f..a8dad945db40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = joliebulle
pkgdesc = Brewing assistant and beer recipe design
- pkgver = 3.7.1
+ pkgver = 3.7.3
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.1/joliebulle-3.7.1.tar.gz
- sha256sums = 3889ceaf87a43678bd8d5078f40e80087c072d24a198540078cf7411289bd72e
+ source = http://joliebulle.org/repository/joliebulle3.7.3/joliebulle-3.7.3.tar.gz
+ sha256sums = 6627f13b9e4a1cef04dd6c4b08bde3842acf473d862bf6fe9b862a668fa86a2a
pkgname = joliebulle
diff --git a/PKGBUILD b/PKGBUILD
index 1734b31bd36d..c18356c91b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=joliebulle
softver=3.7
-softrev=.1
+softrev=.3
pkgver=$softver$softrev
pkgrel=1
pkgdesc="Brewing assistant and beer recipe design"
@@ -11,7 +11,7 @@ url='http://joliebulle.org/'
license=('GPL3')
depends=('python' 'python-pyqt5' 'qt5-webkit')
source=("http://joliebulle.org/repository/$pkgname$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('3889ceaf87a43678bd8d5078f40e80087c072d24a198540078cf7411289bd72e')
+sha256sums=('6627f13b9e4a1cef04dd6c4b08bde3842acf473d862bf6fe9b862a668fa86a2a')
package() {
cd "$srcdir/Joliebulle-$pkgver"