summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2021-09-25 18:49:56 +0200
committerÉtienne Deparis2021-09-25 18:49:56 +0200
commit1631bdb4937d932c310ae40cb42de1d9f365671e (patch)
tree9410c360f2a7cf68ae9c708300e5609fb4106dd1
parentda94fc7363b7ff7789f8888f6088afd8f7673871 (diff)
downloadaur-1631bdb4937d932c310ae40cb42de1d9f365671e.tar.gz
0.7.1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bc332085598..eb8b182a1968 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
-# Generated by makepkg 5.2.2
-# Mon Apr 19 13:53:41 UTC 2021
+# Generated by makepkg 6.0.1
+# Sat Sep 25 16:45:25 UTC 2021
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
- pkgver = 0.6.3
+ pkgver = 0.7.1
pkgrel = 1
url = https://gitlab.com/goodvibes/goodvibes
arch = i686
arch = x86_64
license = GPL
makedepends = meson
- depends = amtk
depends = libkeybinder3
depends = gst-plugins-base
+ depends = gst-plugins-bad
depends = gst-plugins-good
depends = gst-plugins-ugly
- source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.6.3/goodvibes-v0.6.3.tar.gz
- sha256sums = 8c22aedf839518fa4d4a82bfab4c6efee9c3054a4bc0d3f1bb1a7434ce843c5c
+ source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.7.1/goodvibes-v0.7.1.tar.gz
+ sha256sums = 5549e1601a6486eb7d705d4dcdd80827a2abaaa01c5c04f8438e26c24d4478b0
pkgname = goodvibes
-
diff --git a/PKGBUILD b/PKGBUILD
index ce035752b71f..4f00bcf61712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=goodvibes
-pkgver=0.6.3
+pkgver=0.7.1
pkgrel=1
pkgdesc="Lightweight internet radio player"
arch=('i686' 'x86_64')
url="https://gitlab.com/goodvibes/goodvibes"
license=('GPL')
-depends=("amtk" "libkeybinder3" "gst-plugins-base" "gst-plugins-good" "gst-plugins-ugly")
+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=('8c22aedf839518fa4d4a82bfab4c6efee9c3054a4bc0d3f1bb1a7434ce843c5c')
+sha256sums=('5549e1601a6486eb7d705d4dcdd80827a2abaaa01c5c04f8438e26c24d4478b0')
build() {
cd "$srcdir/$pkgname-v$pkgver"