summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeade Kincke2018-06-12 20:22:29 +0100
committerMeade Kincke2018-06-12 20:22:29 +0100
commit9ba6452d90d473fbc39a6e6e039f25077ae7d794 (patch)
tree844de12592feb358c46103317a135357b52e63b0
parentbf91c6b448b01d824c34fe467a2921387f84babe (diff)
downloadaur-9ba6452d90d473fbc39a6e6e039f25077ae7d794.tar.gz
Updated url.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72d0ca3a4469..92e0a811c012 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brewstillery
pkgdesc = BrewStillery is a brewer's, vintner's, and distiller's calculator. It has a multitude of great functions, such as calculating ABV, determining carbonation, and total sparge water needed.
pkgver = 6.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://monkeylog.in
arch = x86_64
license = AGPL3
@@ -11,7 +11,7 @@ pkgbase = brewstillery
depends = ttf-roboto
provides = brewstillery
conflicts = brewstillery
- source = https://github.com/MonkeyLog/BrewStillery/archive/6.2.0.tar.gz
+ source = https://gitlab.com/MonkeyLog/BrewStillery/-/archive/6.2.0/BrewStillery-6.2.0.tar.gz
md5sums = 79657cd301be447aef1d3a3f0ee65f12
pkgname = brewstillery
diff --git a/PKGBUILD b/PKGBUILD
index 82dfd036afb8..a1f022b0e41b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Emily Kincke <marleybrush5@gmail.com>
pkgname=brewstillery
pkgver=6.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="BrewStillery is a brewer's, vintner's, and distiller's calculator. It has a multitude of great functions, such as calculating ABV, determining carbonation, and total sparge water needed."
url="https://monkeylog.in"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('gtk3' 'ttf-roboto')
makedepends=('git' 'cargo')
provides=('brewstillery')
conflicts=('brewstillery')
-source=("https://github.com/MonkeyLog/BrewStillery/archive/$pkgver.tar.gz")
+source=("https://gitlab.com/MonkeyLog/BrewStillery/-/archive/$pkgver/BrewStillery-$pkgver.tar.gz")
md5sums=('79657cd301be447aef1d3a3f0ee65f12')
build() {