diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |