summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2021-05-30 21:40:39 -0300
committerRafael Fontenelle2021-05-30 21:40:39 -0300
commitafdc5faee286e6fe61d08ae72405eaa39a7eae61 (patch)
tree376cb3ae490f84b8f3837f76dcd1ebfef9ae359a
parent6502c6b2888795097ea7147f800074f2827de7c0 (diff)
downloadaur-afdc5faee286e6fe61d08ae72405eaa39a7eae61.tar.gz
Update to 5.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98036e7800b1..b46165ce3e58 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 = 5.0.0
+ pkgver = 5.0.1
pkgrel = 1
url = http://gnomeradio.org
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = gnome-internet-radio-locator
depends = geoclue
depends = gst-plugins-base
depends = gst-plugins-bad
- source = https://download.gnome.org/sources/gnome-internet-radio-locator/5.0/gnome-internet-radio-locator-5.0.0.tar.xz
- sha256sums = 0b131d8b5c9c86769a076fc6a6a6fb7ab355adfaa52f19d1b71ac1aaed908962
+ source = https://download.gnome.org/sources/gnome-internet-radio-locator/5.0/gnome-internet-radio-locator-5.0.1.tar.xz
+ sha256sums = c03252cc2542cec36bdb2f5bc0975d54625dd73ce6dba6fa1b031e2036d047bc
pkgname = gnome-internet-radio-locator
diff --git a/PKGBUILD b/PKGBUILD
index f536363f8641..3bd7b0631ec8 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=5.0.0
+pkgver=5.0.1
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=(GPL3)
depends=('libchamplain' 'geoclue' 'gst-plugins-base' 'gst-plugins-bad')
makedepends=('intltool' 'itstool' 'python')
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0b131d8b5c9c86769a076fc6a6a6fb7ab355adfaa52f19d1b71ac1aaed908962')
+sha256sums=('c03252cc2542cec36bdb2f5bc0975d54625dd73ce6dba6fa1b031e2036d047bc')
build() {
cd $pkgname-$pkgver