summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2017-02-22 17:12:27 +0100
committerÉtienne Deparis2017-02-22 17:12:27 +0100
commit8199fb8d71fcc23653f732db3bd0f824b4016a9a (patch)
treea05b50288859cf55a0f46c3a92bbdbb9a00993fa
parent125776397b82bff151efe0f3e23f44bdbaac10e0 (diff)
downloadaur-8199fb8d71fcc23653f732db3bd0f824b4016a9a.tar.gz
New release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6ba046da705..331bb3107dfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.0.1
-# Fri Feb 3 18:43:43 UTC 2017
+# Wed Feb 22 16:12:04 UTC 2017
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
- pkgver = 0.2.1
+ pkgver = 0.3.1
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.2.1.tar.gz
- sha256sums = f03695f72f767638bde936aa512088d75232249b2b99ca47fd00b1a16c30bc27
+ source = https://github.com/elboulangero/goodvibes/archive/0.3.1.tar.gz
+ sha256sums = 47d5fe9689eb9d91338dddfac2ede5353b1885793f31166ba3d794fcfdc43ed5
pkgname = goodvibes
diff --git a/PKGBUILD b/PKGBUILD
index dd00855f985e..2284ae3d0eab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=goodvibes
-pkgver=0.2.1
+pkgver=0.3.1
pkgrel=1
pkgdesc="Lightweight internet radio player"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ 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=('f03695f72f767638bde936aa512088d75232249b2b99ca47fd00b1a16c30bc27')
+sha256sums=('47d5fe9689eb9d91338dddfac2ede5353b1885793f31166ba3d794fcfdc43ed5')
build() {
cd "$srcdir/$pkgname-$pkgver"