summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2021-04-19 15:54:05 +0200
committerÉtienne Deparis2021-04-19 15:54:05 +0200
commitda94fc7363b7ff7789f8888f6088afd8f7673871 (patch)
tree3e6f3ab6b54b0337ff5e74fd811bc73a0ad7d37d
parentdb52a2669048ef8fb82c6d482927421a81f62f23 (diff)
downloadaur-da94fc7363b7ff7789f8888f6088afd8f7673871.tar.gz
0.6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ebb844cfd63..8bc332085598 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.2.2
-# Sat Dec 26 12:59:53 UTC 2020
+# Mon Apr 19 13:53:41 UTC 2021
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
- pkgver = 0.6.1
+ pkgver = 0.6.3
pkgrel = 1
url = https://gitlab.com/goodvibes/goodvibes
arch = i686
@@ -14,8 +14,8 @@ pkgbase = goodvibes
depends = gst-plugins-base
depends = gst-plugins-good
depends = gst-plugins-ugly
- source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.6.1/goodvibes-v0.6.1.tar.gz
- sha256sums = f71e8b5a843b53ca24ec93da2c9c402a71ac2a594434636a83a6b8fd5937f228
+ source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.6.3/goodvibes-v0.6.3.tar.gz
+ sha256sums = 8c22aedf839518fa4d4a82bfab4c6efee9c3054a4bc0d3f1bb1a7434ce843c5c
pkgname = goodvibes
diff --git a/PKGBUILD b/PKGBUILD
index f85f645ebdb0..ce035752b71f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=goodvibes
-pkgver=0.6.1
+pkgver=0.6.3
pkgrel=1
pkgdesc="Lightweight internet radio player"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=("amtk" "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=('f71e8b5a843b53ca24ec93da2c9c402a71ac2a594434636a83a6b8fd5937f228')
+sha256sums=('8c22aedf839518fa4d4a82bfab4c6efee9c3054a4bc0d3f1bb1a7434ce843c5c')
build() {
cd "$srcdir/$pkgname-v$pkgver"