summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2018-01-28 17:16:16 +0100
committerÉtienne Deparis2018-01-28 17:16:16 +0100
commitb75000b797be3d00340b47851e4de6e5d7e21d27 (patch)
treec578902e51a7375cf8eac5eacdbc619c512e87a9
parent04e16d27c1a830cc414164df310a2b73eaf35485 (diff)
downloadaur-b75000b797be3d00340b47851e4de6e5d7e21d27.tar.gz
New upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4417efa57880..4c5e9362a4df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.0.2
-# Thu Jan 11 14:43:36 UTC 2018
+# Sun Jan 28 16:15:56 UTC 2018
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
- pkgver = 0.3.3
+ pkgver = 0.3.4
pkgrel = 1
url = https://github.com/elboulangero/goodvibes
arch = i686
@@ -16,8 +16,8 @@ pkgbase = goodvibes
depends = gst-plugins-base
depends = gst-plugins-good
depends = gst-plugins-ugly
- source = https://github.com/elboulangero/goodvibes/archive/0.3.3.tar.gz
- sha256sums = d76c55c2e9f5effa676aaeeae03fa263adb205f87f08ce60e4e1068c5dc597aa
+ source = https://github.com/elboulangero/goodvibes/archive/v0.3.4.tar.gz
+ sha256sums = 755022c87bfc72a7a3413e34b15e0d59544bc9186adf11343c4a9a88c7e70eef
pkgname = goodvibes
diff --git a/PKGBUILD b/PKGBUILD
index ee409ee5e5c9..8eb338260933 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=goodvibes
-pkgver=0.3.3
+pkgver=0.3.4
pkgrel=1
pkgdesc="Lightweight internet radio player"
arch=('i686' 'x86_64')
@@ -9,8 +9,8 @@ url="https://github.com/elboulangero/goodvibes"
license=('GPL')
depends=("glib2" "dconf" "gtk3" "libsoup" "libkeybinder3"
"gst-plugins-base" "gst-plugins-good" "gst-plugins-ugly")
-source=("https://github.com/elboulangero/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('d76c55c2e9f5effa676aaeeae03fa263adb205f87f08ce60e4e1068c5dc597aa')
+source=("https://github.com/elboulangero/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('755022c87bfc72a7a3413e34b15e0d59544bc9186adf11343c4a9a88c7e70eef')
build() {
cd "$srcdir/$pkgname-$pkgver"