summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2023-10-10 21:26:50 +0200
committerÉtienne Deparis2023-10-10 21:26:50 +0200
commit43a3077f67a8e7a6e6704fee07d39d1d1c946866 (patch)
tree3449e7752f19f3b9f1a45851a31e65f1df75df5a
parent0f2aa29e6f13d287d1fe748d937abe284b862b3f (diff)
downloadaur-43a3077f67a8e7a6e6704fee07d39d1d1c946866.tar.gz
0.7.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d96484f8d1cb..5c5c86992d94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 6.0.2
-# Wed Jan 18 14:07:01 UTC 2023
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
- pkgver = 0.7.6
+ pkgver = 0.7.7
pkgrel = 1
url = https://gitlab.com/goodvibes/goodvibes
arch = i686
@@ -15,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.6/goodvibes-v0.7.6.tar.gz
- sha256sums = f88f4252ea08a68dba6fbc9483a2e6b00b6fb96df3f46202ec96da04bf8245e5
+ source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.7.7/goodvibes-v0.7.7.tar.gz
+ sha256sums = 77655c7197857b6a41a0cea97442340fcfa83c6dfb2f98c5f16f384b973ac61a
pkgname = goodvibes
diff --git a/PKGBUILD b/PKGBUILD
index bb2462d8ab78..4cf783664624 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=goodvibes
-pkgver=0.7.6
+pkgver=0.7.7
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=('f88f4252ea08a68dba6fbc9483a2e6b00b6fb96df3f46202ec96da04bf8245e5')
+sha256sums=('77655c7197857b6a41a0cea97442340fcfa83c6dfb2f98c5f16f384b973ac61a')
build() {
arch-meson -D tests=false "$pkgname-v$pkgver" build