summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73a34e9f34cf..ea87acb07da5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
- pkgver = 0.7.8
+ pkgver = 0.8.0
pkgrel = 1
url = https://gitlab.com/goodvibes/goodvibes
arch = i686
@@ -13,7 +13,7 @@ pkgbase = goodvibes
depends = gst-plugins-bad
depends = gst-plugins-good
depends = gst-plugins-ugly
- source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.7.8/goodvibes-v0.7.8.tar.gz
- sha256sums = 285066ca4dd2693defa55b696e8e50e3f7606a8d97ff353ba651d2e616d81614
+ source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.8.0/goodvibes-v0.8.0.tar.gz
+ sha256sums = e8359fc463a6e21cce8ce25603fc7d3fbead6423ee85867a035b826781ebe81f
pkgname = goodvibes
diff --git a/PKGBUILD b/PKGBUILD
index e13194ffa0bf..2a6ee3014df2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=goodvibes
-pkgver=0.7.8
+pkgver=0.8.0
pkgrel=1
pkgdesc="Lightweight internet radio player"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=("libkeybinder3" "libsoup" "gst-plugins-base" "gst-plugins-bad" "gst-plugins-good" "gst-plugins-ugly")
makedepends=("meson")
source=("https://gitlab.com/${pkgname}/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
-sha256sums=('285066ca4dd2693defa55b696e8e50e3f7606a8d97ff353ba651d2e616d81614')
+sha256sums=('e8359fc463a6e21cce8ce25603fc7d3fbead6423ee85867a035b826781ebe81f')
build() {
arch-meson -D tests=false "$pkgname-v$pkgver" build