diff options
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ # Generated by makepkg 5.0.2 -# Tue Jan 2 13:37:27 UTC 2018 +# Thu Jan 11 14:43:36 UTC 2018 pkgbase = goodvibes pkgdesc = Lightweight internet radio player - pkgver = 0.3.2 + pkgver = 0.3.3 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.2.tar.gz - sha256sums = 851975284fb7e000794eb8c3d87ac799d96de0e419f7e6bdb1be29b5e46ed946 + source = https://github.com/elboulangero/goodvibes/archive/0.3.3.tar.gz + sha256sums = d76c55c2e9f5effa676aaeeae03fa263adb205f87f08ce60e4e1068c5dc597aa pkgname = goodvibes @@ -1,7 +1,7 @@ # Maintainer: Étienne Deparis <etienne@depar.is> pkgname=goodvibes -pkgver=0.3.2 +pkgver=0.3.3 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=('851975284fb7e000794eb8c3d87ac799d96de0e419f7e6bdb1be29b5e46ed946') +sha256sums=('d76c55c2e9f5effa676aaeeae03fa263adb205f87f08ce60e4e1068c5dc597aa') build() { cd "$srcdir/$pkgname-$pkgver" |