summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2018-05-22 06:58:24 -0300
committerRafael Fontenelle2018-05-22 06:58:24 -0300
commit9e1d706e0c1905659668ff6be97aa49af0a80c95 (patch)
tree100238efc137f0233178cf8be746b4145d0c6b87
parent9e14c53cbc9906b67bdc87ffc87f6a23848b88d3 (diff)
downloadaur-9e1d706e0c1905659668ff6be97aa49af0a80c95.tar.gz
Update to 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea9d2bdbe90a..ba6cd2519760 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-internet-radio-locator
pkgdesc = Easily find live radio programs based on geographical location of radio broadcasters on the Internet
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://wiki.gnome.org/Apps/Girl
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = gnome-internet-radio-locator
depends = libchamplain
depends = geocode-glib
depends = gst-plugins-bad
- source = https://download.gnome.org/sources/gnome-internet-radio-locator/1.2/gnome-internet-radio-locator-1.2.0.tar.xz
- sha256sums = 77b0758bdcca865a22558ca3c2fef9ce59140a8231776f69e7b9c25e1defe503
+ source = https://download.gnome.org/sources/gnome-internet-radio-locator/1.3/gnome-internet-radio-locator-1.3.0.tar.xz
+ sha256sums = 0613024d38540c7d995227d137a8c60bdfd02a2aa381d6b36c410a00b130a221
pkgname = gnome-internet-radio-locator
diff --git a/PKGBUILD b/PKGBUILD
index 2304faf772fb..c8faac1a229b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=gnome-internet-radio-locator
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="Easily find live radio programs based on geographical location of radio broadcasters on the Internet"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=(GPL)
depends=('libchamplain' 'geocode-glib' 'gst-plugins-bad')
makedepends=('intltool' 'itstool' 'python')
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('77b0758bdcca865a22558ca3c2fef9ce59140a8231776f69e7b9c25e1defe503')
+sha256sums=('0613024d38540c7d995227d137a8c60bdfd02a2aa381d6b36c410a00b130a221')
build() {
cd $pkgname-$pkgver