summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2022-10-07 18:04:05 +0200
committerÉtienne Deparis2022-10-07 18:04:05 +0200
commit61298d9a1fb109dd4a4f740a8d456ccc3478f114 (patch)
tree22c88311eea1b05b5eeb9a1e7af09dcf01c8a5fb
parentc051cbb0ad9a1b0e278384da145331bb93497350 (diff)
downloadaur-61298d9a1fb109dd4a4f740a8d456ccc3478f114.tar.gz
0.7.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd796988e0a9..961244b08212 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 6.0.1
-# Thu Mar 17 10:06:11 UTC 2022
+# Fri Oct 7 15:32:28 UTC 2022
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
- pkgver = 0.7.4
+ pkgver = 0.7.5
pkgrel = 1
url = https://gitlab.com/goodvibes/goodvibes
arch = i686
@@ -14,7 +14,7 @@ pkgbase = goodvibes
depends = gst-plugins-bad
depends = gst-plugins-good
depends = gst-plugins-ugly
- source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.7.4/goodvibes-v0.7.4.tar.gz
- sha256sums = 9940c56cb18064f966c2f881fbc7876004eba06f1ea249e01c652477853017cf
+ source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.7.5/goodvibes-v0.7.5.tar.gz
+ sha256sums = 7eb5a3a735326f4e74d54c1d59a546e6a5ed8e8c009393b530191281e8e4237c
pkgname = goodvibes
diff --git a/PKGBUILD b/PKGBUILD
index c3ae880c9a2d..1ee954bed1b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=goodvibes
-pkgver=0.7.4
+pkgver=0.7.5
pkgrel=1
pkgdesc="Lightweight internet radio player"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=("libkeybinder3" "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=('9940c56cb18064f966c2f881fbc7876004eba06f1ea249e01c652477853017cf')
+sha256sums=('7eb5a3a735326f4e74d54c1d59a546e6a5ed8e8c009393b530191281e8e4237c')
build() {
arch-meson -D tests=false "$pkgname-v$pkgver" build