summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gerbet2019-01-18 19:03:14 +0100
committerThomas Gerbet2019-01-18 19:03:57 +0100
commit06e36d1e202360ab5c6880846a9516b723791d23 (patch)
tree7806e434d5ecb7a2aa3bfdc77e11577446408041
parent673acc7b75cec63b1955845a95419ff12e192ab4 (diff)
downloadaur-06e36d1e202360ab5c6880846a9516b723791d23.tar.gz
Update source URL
The source tarball is not available anymore on joliebulle.org, it should be retrieved from GitHub.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8dad945db40..1675c724940a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = joliebulle
pkgdesc = Brewing assistant and beer recipe design
pkgver = 3.7.3
- pkgrel = 1
- url = http://joliebulle.org/
+ pkgrel = 2
+ url = https://joliebulle.org/
arch = any
license = GPL3
depends = python
depends = python-pyqt5
depends = qt5-webkit
- source = http://joliebulle.org/repository/joliebulle3.7.3/joliebulle-3.7.3.tar.gz
+ source = https://github.com/314r/joliebulle/releases/download/3.7.3/joliebulle-3.7.3.tar.gz
sha256sums = 6627f13b9e4a1cef04dd6c4b08bde3842acf473d862bf6fe9b862a668fa86a2a
pkgname = joliebulle
diff --git a/PKGBUILD b/PKGBUILD
index c18356c91b85..301da4f68982 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgname=joliebulle
softver=3.7
softrev=.3
pkgver=$softver$softrev
-pkgrel=1
+pkgrel=2
pkgdesc="Brewing assistant and beer recipe design"
arch=('any')
-url='http://joliebulle.org/'
+url='https://joliebulle.org/'
license=('GPL3')
depends=('python' 'python-pyqt5' 'qt5-webkit')
-source=("http://joliebulle.org/repository/$pkgname$pkgver/$pkgname-$pkgver.tar.gz")
+source=("https://github.com/314r/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('6627f13b9e4a1cef04dd6c4b08bde3842acf473d862bf6fe9b862a668fa86a2a')
package() {