summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2021-08-12 16:12:04 -0400
committerEthan Kerrick2021-08-12 16:12:04 -0400
commit08fde491907efeb0fa3843aafd878a6ee59bddc2 (patch)
tree451d2b491f0e9d2ac36267b3b9573d9147bd6ca0
parent36e13853437162bc276d17a25522ab9d5b41fc6a (diff)
downloadaur-08fde491907efeb0fa3843aafd878a6ee59bddc2.tar.gz
updated version to 1.4.0, and moved make dependencies to dependencies
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3aae01ea510..29129184df4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = gingerblue
pkgdesc = for musicians who compose, record, and share original music
- pkgver = 1.0.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://www.gingerblue.org/
arch = x86_64
license = GPL
- makedepends = libchamplain
- makedepends = geocode-glib
depends = intltool
depends = gst-plugins-bad
depends = libshout
depends = gtk3
+ depends = libchamplain
+ depends = geocode-glib
provides = gingerblue
- source = https://www.gingerblue.org/src/gingerblue-1.0.0.tar.xz
- sha256sums = 6ca6ea29d0ecae86981e9749e2a969143275f68ab676b21ebcd75ffd8248ce44
+ source = https://www.gingerblue.org/src/gingerblue-1.4.0.tar.xz
+ sha256sums = 488cb684b07d2ae8537baa8aaebd0d1b8a60be7afab2e636be61f5b66c8631fb
pkgname = gingerblue
diff --git a/PKGBUILD b/PKGBUILD
index 82cb39237ec0..22f98d3cbaf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: silverhikari
pkgname=gingerblue
-pkgver=1.0.0
+pkgver=1.4.0
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")
-makedepends=("libchamplain" "geocode-glib")
+depends=("intltool" "gst-plugins-bad" "libshout" "gtk3" "libchamplain" "geocode-glib")
provides=("gingerblue")
source=("https://www.gingerblue.org/src/${pkgname}-${pkgver}.tar.xz")
-sha256sums=("6ca6ea29d0ecae86981e9749e2a969143275f68ab676b21ebcd75ffd8248ce44")
+sha256sums=("488cb684b07d2ae8537baa8aaebd0d1b8a60be7afab2e636be61f5b66c8631fb")
build() {
cd "$pkgname-$pkgver"