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.1.1 -# Sun Aug 19 14:05:07 UTC 2018 +# Mon Nov 12 14:27:05 UTC 2018 pkgbase = goodvibes pkgdesc = Lightweight internet radio player - pkgver = 0.4 + pkgver = 0.4.2 pkgrel = 1 url = https://gitlab.com/goodvibes/goodvibes arch = i686 @@ -13,8 +13,8 @@ pkgbase = goodvibes depends = gst-plugins-base depends = gst-plugins-good depends = gst-plugins-ugly - source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.4/goodvibes-v0.4.tar.gz - sha256sums = 937969f0a6666173196eae31b0ba5d2e149fa71b623f702502cb160ce0062c95 + source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.4.2/goodvibes-v0.4.2.tar.gz + sha256sums = aaa2650ee330e7b4cb97d9783ac8d2e5fbadd0af339a562638acebe674045fa1 pkgname = goodvibes @@ -1,7 +1,7 @@ # Maintainer: Étienne Deparis <etienne@depar.is> pkgname=goodvibes -pkgver=0.4 +pkgver=0.4.2 pkgrel=1 pkgdesc="Lightweight internet radio player" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ license=('GPL') depends=("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=('937969f0a6666173196eae31b0ba5d2e149fa71b623f702502cb160ce0062c95') +sha256sums=('aaa2650ee330e7b4cb97d9783ac8d2e5fbadd0af339a562638acebe674045fa1') build() { cd "$srcdir/$pkgname-v$pkgver" |