summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2020-11-08 15:45:14 +0100
committerÉtienne Deparis2020-11-08 15:45:14 +0100
commit2c8b424a38f2e1548d7c1f67606130fa56fcef40 (patch)
treea09502b45484490e52fcfe32dfd3fd7ba6c0c2d6
parent88596d8fe186e28c8333579c4bdb696871f0fce9 (diff)
downloadaur-2c8b424a38f2e1548d7c1f67606130fa56fcef40.tar.gz
0.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddd9daa7f20c..b233f1054efd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.2.2
-# Tue Jul 28 14:55:12 UTC 2020
+# Sun Nov 8 14:43:01 UTC 2020
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
- pkgver = 0.5.3
+ pkgver = 0.6
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.5.3/goodvibes-v0.5.3.tar.gz
- sha256sums = 4a2d64d057d086321aaf5a8c91b9ff8ec55841503d2c1d69b9bb1e29dd922be5
+ source = https://gitlab.com/goodvibes/goodvibes/-/archive/v0.6/goodvibes-v0.6.tar.gz
+ sha256sums = b3cb769ff2813e38ac5211be5af97a32f17b31ba48c0133d8a406005262f76a5
pkgname = goodvibes
diff --git a/PKGBUILD b/PKGBUILD
index 9e999f46286b..cc6d9f84bfa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=goodvibes
-pkgver=0.5.3
+pkgver=0.6
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=('4a2d64d057d086321aaf5a8c91b9ff8ec55841503d2c1d69b9bb1e29dd922be5')
+sha256sums=('b3cb769ff2813e38ac5211be5af97a32f17b31ba48c0133d8a406005262f76a5')
build() {
cd "$srcdir/$pkgname-v$pkgver"