summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2020-06-01 18:48:37 +0200
committerÉtienne Deparis2020-06-01 18:48:37 +0200
commit0f47994c3111c7b5cf4f12b0180f78c98636c341 (patch)
tree74a652cc2855c13f6d0bbab95be21a6b1fed9186
parent5f287a87c838c2be626453b4cd9b8fd885c64a10 (diff)
downloadaur-0f47994c3111c7b5cf4f12b0180f78c98636c341.tar.gz
0.5.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b95d4eadc7b0..b29aa14ed66b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.2.1
-# Mon Feb 10 18:04:45 UTC 2020
+# Mon Jun 1 16:48:24 UTC 2020
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://gitlab.com/goodvibes/goodvibes
arch = i686
@@ -14,8 +14,8 @@ pkgbase = goodvibes
depends = gst-plugins-base
depends = gst-plugins-good
depends = gst-plugins-ugly
- source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.5.1/goodvibes-v0.5.1.tar.gz
- sha256sums = 835f13de57eecc4714f547485a767fba6a7123efb88d172aacdf27755b350bf3
+ source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.5.2/goodvibes-v0.5.2.tar.gz
+ sha256sums = bef8afaa129dbd95681cd8b8a05964aa3bbdab08fe7565709f0da81d3d11c5a6
pkgname = goodvibes
diff --git a/PKGBUILD b/PKGBUILD
index 9e48d3563ed2..180ad600a79b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=goodvibes
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="Lightweight internet radio player"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
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=('835f13de57eecc4714f547485a767fba6a7123efb88d172aacdf27755b350bf3')
+sha256sums=('bef8afaa129dbd95681cd8b8a05964aa3bbdab08fe7565709f0da81d3d11c5a6')
build() {
cd "$srcdir/$pkgname-v$pkgver"