summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2016-12-26 14:58:57 +0100
committerBilal Elmoussaoui2016-12-26 14:58:57 +0100
commitcb1ca78452e36939a67b89377a3ddee5b34ed0d0 (patch)
tree964eca18e11bd4d5453607a0c51b366ee6f2eec6
parent4faeae5c706e3281e774c96f76c54caf53d6ea4d (diff)
downloadaur-cb1ca78452e36939a67b89377a3ddee5b34ed0d0.tar.gz
update to v 5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a8b0a88bdaa..842d3f53ef3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gradio
pkgdesc = A GTK3 app for finding and listening to internet radio stations
- pkgver = 5.0.0.beta2
- pkgrel = 2
+ pkgver = 5.0
+ pkgrel = 1
url = https://github.com/haecker-felix/gradio
install = gradio.install
arch = i686
@@ -20,12 +20,12 @@ pkgbase = gradio
depends = json-glib
depends = libgee
depends = libsoup
- provides = gradio=5.0.0-beta2
+ provides = gradio=5.0
conflicts = gradio-git
conflicts = gradio-bin
options = !emptydirs
- source = https://github.com/haecker-felix/gradio/archive/v5.0.0-beta2.zip
- md5sums = b3da8e5c5abdcb44cfefd505757a30fe
+ source = https://github.com/haecker-felix/gradio/archive/v5.0.zip
+ md5sums = 4c61f411f9e90e5e202aabcabe71e1f7
pkgname = gradio
diff --git a/PKGBUILD b/PKGBUILD
index e6bf9c8e3ff3..639a9ce91b9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=gradio
_gitname=gradio
-pkgver=5.0.0.beta2
-_pkgver=5.0.0-beta2
-pkgrel=2
+pkgver=5.0
+_pkgver=5.0
+pkgrel=1
pkgdesc='A GTK3 app for finding and listening to internet radio stations'
arch=('i686' 'x86_64')
license=('GPL3')
@@ -16,7 +16,7 @@ makedepends=('unzip' 'gnome-common' 'intltool' 'itstool' 'vala' 'yelp-tools' 'cm
options=('!emptydirs')
install=gradio.install
source=("https://github.com/haecker-felix/${_gitname}/archive/v${_pkgver}.zip")
-md5sums=('b3da8e5c5abdcb44cfefd505757a30fe')
+md5sums=('4c61f411f9e90e5e202aabcabe71e1f7')
conflicts=('gradio-git' 'gradio-bin')
provides=("gradio=$_pkgver")