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 5c5c86992d94..73a34e9f34cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
- pkgver = 0.7.7
+ pkgver = 0.7.8
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.7/goodvibes-v0.7.7.tar.gz
- sha256sums = 77655c7197857b6a41a0cea97442340fcfa83c6dfb2f98c5f16f384b973ac61a
+ source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.7.8/goodvibes-v0.7.8.tar.gz
+ sha256sums = 285066ca4dd2693defa55b696e8e50e3f7606a8d97ff353ba651d2e616d81614
pkgname = goodvibes
diff --git a/PKGBUILD b/PKGBUILD
index 4cf783664624..e13194ffa0bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=goodvibes
-pkgver=0.7.7
+pkgver=0.7.8
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=('77655c7197857b6a41a0cea97442340fcfa83c6dfb2f98c5f16f384b973ac61a')
+sha256sums=('285066ca4dd2693defa55b696e8e50e3f7606a8d97ff353ba651d2e616d81614')
build() {
arch-meson -D tests=false "$pkgname-v$pkgver" build