summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {