summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2022-03-18 07:39:24 +0100
committerÉtienne Deparis2022-03-18 07:39:24 +0100
commitc051cbb0ad9a1b0e278384da145331bb93497350 (patch)
tree6dae23a061ab0e91d995e5f4f6772bedcfc37d56
parent0219a2ba691d57e139f0dce0588c4f327f2134e8 (diff)
downloadaur-c051cbb0ad9a1b0e278384da145331bb93497350.tar.gz
0.7.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6debd8dcb49a..fd796988e0a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 6.0.1
-# Wed Mar 16 11:30:25 UTC 2022
+# Thu Mar 17 10:06:11 UTC 2022
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
- pkgver = 0.7.3
+ pkgver = 0.7.4
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.3/goodvibes-v0.7.3.tar.gz
- sha256sums = 14a2c70fa69eb5d69338df3782637e705b0baca5365e5a4fc2d2e45ac6c18414
+ source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.7.4/goodvibes-v0.7.4.tar.gz
+ sha256sums = 9940c56cb18064f966c2f881fbc7876004eba06f1ea249e01c652477853017cf
pkgname = goodvibes
diff --git a/PKGBUILD b/PKGBUILD
index 87abfce03ff2..c3ae880c9a2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=goodvibes
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=1
pkgdesc="Lightweight internet radio player"
arch=('i686' 'x86_64')
@@ -10,14 +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=('14a2c70fa69eb5d69338df3782637e705b0baca5365e5a4fc2d2e45ac6c18414')
-
-prepare() {
- # Remove broken weird git thing
- sed -i 140,161d "$pkgname-v$pkgver/meson.build"
- # Remove tests
- sed -i 94,104d "$pkgname-v$pkgver/meson.build"
-}
+sha256sums=('9940c56cb18064f966c2f881fbc7876004eba06f1ea249e01c652477853017cf')
build() {
arch-meson -D tests=false "$pkgname-v$pkgver" build