summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2022-03-16 09:46:18 +0100
committerLuna Jernberg2022-03-16 09:46:18 +0100
commit9ef04f31d035041c1d61f70984f15d02c85f9328 (patch)
tree995d310367c5a41f741ad0afa0c626af718207f6
parente17ac30b885af38e511190d6024a4bc1c80edd8d (diff)
downloadaur-9ef04f31d035041c1d61f70984f15d02c85f9328.tar.gz
16.0.2 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6a6ea1ea947..e61984626ff8 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 = 14.0.0
+ pkgver = 16.0.2
pkgrel = 1
url = https://wiki.gnome.org/Apps/Radio
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = gnome-radio
depends = geoclue
depends = gst-plugins-base
depends = gst-plugins-bad
- source = https://download.gnome.org/sources/gnome-radio/14.0/gnome-radio-14.0.0.tar.xz
- sha256sums = f1e8aed63d12dd8a70d38ab6f7e518d4f8b54d4d548bc51d729cce0dd16e8efd
+ source = https://download.gnome.org/sources/gnome-radio/16.0/gnome-radio-16.0.2.tar.xz
+ sha256sums = 045a8b355aa8b595f76c23a7156bc15ac03387871cfd807b4c52fcda2054faef
pkgname = gnome-radio
diff --git a/PKGBUILD b/PKGBUILD
index a90b09ffde9f..e4dc611c39ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=gnome-radio
-pkgver=14.0.0
+pkgver=16.0.2
pkgrel=1
-pkgdesc="Listen to NPO in GNOME 42 Preview of the new version of gnome-internet-radio-locator"
+pkgdesc="Easily find live radio programs based on geographical location of radio broadcasters on the Internet"
arch=('x86_64')
url="https://wiki.gnome.org/Apps/Radio"
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=('f1e8aed63d12dd8a70d38ab6f7e518d4f8b54d4d548bc51d729cce0dd16e8efd')
+sha256sums=('045a8b355aa8b595f76c23a7156bc15ac03387871cfd807b4c52fcda2054faef')
build() {
cd $pkgname-$pkgver