summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2020-02-10 19:05:08 +0100
committerÉtienne Deparis2020-02-10 19:05:08 +0100
commit5f287a87c838c2be626453b4cd9b8fd885c64a10 (patch)
tree602cad19f118307d2101ae023023c2ace5d45596
parentca2ae25a2d6339d84155b795810164082ac9214d (diff)
downloadaur-5f287a87c838c2be626453b4cd9b8fd885c64a10.tar.gz
0.5.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c650c959e1cc..b95d4eadc7b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,21 @@
-# Generated by makepkg 5.2.0
-# Sat Oct 26 13:27:58 UTC 2019
+# Generated by makepkg 5.2.1
+# Mon Feb 10 18:04:45 UTC 2020
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
- pkgver = 0.4.3
+ pkgver = 0.5.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-good
depends = gst-plugins-ugly
- source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.4.3/goodvibes-v0.4.3.tar.gz
- sha256sums = 521a8b35380ddcb28795de9a749daea163fcd99486c866a276f776fa1fc683ae
+ source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.5.1/goodvibes-v0.5.1.tar.gz
+ sha256sums = 835f13de57eecc4714f547485a767fba6a7123efb88d172aacdf27755b350bf3
pkgname = goodvibes
diff --git a/PKGBUILD b/PKGBUILD
index 6883d50f160b..9e48d3563ed2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=goodvibes
-pkgver=0.4.3
+pkgver=0.5.1
pkgrel=1
pkgdesc="Lightweight internet radio player"
arch=('i686' 'x86_64')
url="https://gitlab.com/goodvibes/goodvibes"
license=('GPL')
-depends=("libkeybinder3" "gst-plugins-base" "gst-plugins-good" "gst-plugins-ugly")
+depends=("amtk" "libkeybinder3" "gst-plugins-base" "gst-plugins-good" "gst-plugins-ugly")
makedepends=("meson")
source=("https://gitlab.com/${pkgname}/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
-sha256sums=('521a8b35380ddcb28795de9a749daea163fcd99486c866a276f776fa1fc683ae')
+sha256sums=('835f13de57eecc4714f547485a767fba6a7123efb88d172aacdf27755b350bf3')
build() {
cd "$srcdir/$pkgname-v$pkgver"