summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2022-04-30 23:13:28 -0400
committerEthan Kerrick2022-04-30 23:13:28 -0400
commit7b8a884c33a28a8c833b95e9ce0449d9b265016a (patch)
tree0598342308de9f77b752b73efc66a6eef299b422
parent134ab59d92ae672f7ab8377a9fd7543829cc13cf (diff)
downloadaur-7b8a884c33a28a8c833b95e9ce0449d9b265016a.tar.gz
updated to 4.0.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d34f73f4c244..b4e356612d43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gingerblue
pkgdesc = for musicians who compose, record, and share original music
- pkgver = 3.0.1
+ pkgver = 4.0.1
pkgrel = 1
url = https://www.gingerblue.org/
arch = x86_64
@@ -11,8 +11,9 @@ pkgbase = gingerblue
depends = gtk3
depends = libchamplain
depends = geocode-glib
+ depends = geoclue
provides = gingerblue
- source = https://www.gingerblue.org/src/gingerblue-3.0.1.tar.xz
- sha256sums = cf8183e0e2455dcaf97f16c58908f3f533a18f2beeee0f66093cf8d5092e0d74
+ source = https://www.gingerblue.org/src/gingerblue-4.0.1.tar.xz
+ sha256sums = dd63cd1442fd9b8c0c6b31a9c9dc68d9a992a72c0642b0d7942889d8eb280f27
pkgname = gingerblue
diff --git a/PKGBUILD b/PKGBUILD
index 4b1ab194fc8a..42cff7af25d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: silverhikari
+# Maintainer: silverhikari <kerrickethan@gmail.com>
pkgname=gingerblue
-pkgver=3.0.1
+pkgver=4.0.1
pkgrel=1
epoch=
pkgdesc="for musicians who compose, record, and share original music"
arch=("x86_64")
url="https://www.gingerblue.org/"
license=("GPL")
-depends=("intltool" "gst-plugins-bad" "libshout" "gtk3" "libchamplain" "geocode-glib")
+depends=("intltool" "gst-plugins-bad" "libshout" "gtk3" "libchamplain" "geocode-glib" "geoclue")
provides=("gingerblue")
source=("https://www.gingerblue.org/src/${pkgname}-${pkgver}.tar.xz")
-sha256sums=("cf8183e0e2455dcaf97f16c58908f3f533a18f2beeee0f66093cf8d5092e0d74")
+sha256sums=("dd63cd1442fd9b8c0c6b31a9c9dc68d9a992a72c0642b0d7942889d8eb280f27")
build() {
cd "$pkgname-$pkgver"