summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2022-03-28 18:09:49 +0200
committerLuna Jernberg2022-03-28 18:09:49 +0200
commitba1daf0f3980f4f9d399f667b3e2b6daa14185e7 (patch)
tree167360b407ad62b42f375d5f743133d31777419b
parent610d3ebc365142ba9a20b50576a50e6987b8709c (diff)
downloadaur-ba1daf0f3980f4f9d399f667b3e2b6daa14185e7.tar.gz
16.0.6 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad7f5946e09f..db6ef9e3636a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-radio
pkgdesc = Easily find live radio programs based on geographical location of radio broadcasters on the Internet
- pkgver = 16.0.5
+ pkgver = 16.0.6
pkgrel = 1
url = https://wiki.gnome.org/Apps/Radio
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = gnome-radio
depends = gst-plugins-base
depends = gst-plugins-bad
conflicts = gnome-internet-radio-locator
- source = https://download.gnome.org/sources/gnome-radio/16.0/gnome-radio-16.0.5.tar.xz
- sha256sums = 09acfe47491904316bbddc95e69b43e6357f8f826b1372f64888cb5a63c64281
+ source = https://download.gnome.org/sources/gnome-radio/16.0/gnome-radio-16.0.6.tar.xz
+ sha256sums = 6a66b7d840adfaf159a2ab518bbc8148014d09a4d56962e536d037f3fada1d33
pkgname = gnome-radio
diff --git a/PKGBUILD b/PKGBUILD
index e95ecf8c4503..9ff94cfdf2d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=gnome-radio
-pkgver=16.0.5
+pkgver=16.0.6
pkgrel=1
pkgdesc="Easily find live radio programs based on geographical location of radio broadcasters on the Internet"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('libchamplain' 'geoclue' 'gst-plugins-base' 'gst-plugins-bad')
makedepends=('intltool' 'itstool' 'python')
conflicts=('gnome-internet-radio-locator')
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('09acfe47491904316bbddc95e69b43e6357f8f826b1372f64888cb5a63c64281')
+sha256sums=('6a66b7d840adfaf159a2ab518bbc8148014d09a4d56962e536d037f3fada1d33')
build() {
cd $pkgname-$pkgver