summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2022-07-21 09:37:07 +0200
committerLuna Jernberg2022-07-21 09:37:07 +0200
commit3c2ee87fea21e2c5df8d4fe151a7d7d774afbe77 (patch)
treec48ae2a6b648f4366e7798acd79944e93e63dcfd
parent3f205448b8cbe41074b69fa0343850cc952d10a1 (diff)
downloadaur-3c2ee87fea21e2c5df8d4fe151a7d7d774afbe77.tar.gz
44 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54372c1581eb..26b42824d12d 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.43
+ pkgver = 44.0
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.43.tar.xz
- sha256sums = a4720ea4f52cf7d601d17c139afa59edab7aa0627680a73192b007f07cae3e35
+ source = https://download.gnome.org/sources/gnome-radio/44/gnome-radio-44.0.tar.xz
+ sha256sums = 835c9b9d3723213f6d1b46282ac9a0608ca55097e72f1379eb84642b279079ec
pkgname = gnome-radio
diff --git a/PKGBUILD b/PKGBUILD
index 399ab3ddab0e..994f4f4f1ffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=gnome-radio
-pkgver=16.0.43
+pkgver=44.0
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=('a4720ea4f52cf7d601d17c139afa59edab7aa0627680a73192b007f07cae3e35')
+sha256sums=('835c9b9d3723213f6d1b46282ac9a0608ca55097e72f1379eb84642b279079ec')
build() {
cd $pkgname-$pkgver