summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2024-03-17 13:24:45 +0100
committerLuna Jernberg2024-03-17 13:24:45 +0100
commited26dcd583ac97186cec40fcb07ac1330d14a2f5 (patch)
tree93f13dc8369dec68cb8192aafc6d127feef62b5d
parent2f96386b6613b922eb4a95ca56f541ca6e93cfe2 (diff)
downloadaur-ed26dcd583ac97186cec40fcb07ac1330d14a2f5.tar.gz
46.0 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02af2365bc2c..a55bcc5bf6f1 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 = 128.0
+ pkgver = 46.0
pkgrel = 1
url = https://wiki.gnome.org/Apps/Radio
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = gnome-radio
depends = geocode-glib-2
conflicts = gnome-internet-radio-locator
replaces = gnome-internet-radio-locator
- source = https://www.gnomeradio.org/src/gnome-radio-128.0.tar.xz
- sha256sums = 4b2bfe0db83434d0c12fc975b3a1ac3fc9fe5bf41d4b845834754f6be4c8d225
+ source = https://download.gnome.org/sources/gnome-radio/46/gnome-radio-46.0.tar.xz
+ sha256sums = 86d775d3b465e97cdc65111231b96f3ddd7ebc81987f4b259de02309bd679c37
pkgname = gnome-radio
diff --git a/PKGBUILD b/PKGBUILD
index 74c74b2cd044..e2078cd5ef72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=gnome-radio
-pkgver=128.0
+pkgver=46.0
pkgrel=1
pkgdesc="Easily find live radio programs based on geographical location of radio broadcasters on the Internet"
arch=('x86_64')
@@ -12,8 +12,8 @@ depends=('libchamplain' 'geoclue' 'gst-plugins-base' 'gst-plugins-bad' 'geocode-
makedepends=('intltool' 'itstool' 'python')
conflicts=('gnome-internet-radio-locator')
replaces=('gnome-internet-radio-locator')
-source=(https://www.gnomeradio.org/src/gnome-radio-128.0.tar.xz)
-sha256sums=('4b2bfe0db83434d0c12fc975b3a1ac3fc9fe5bf41d4b845834754f6be4c8d225')
+source=(https://download.gnome.org/sources/gnome-radio/46/gnome-radio-46.0.tar.xz)
+sha256sums=('86d775d3b465e97cdc65111231b96f3ddd7ebc81987f4b259de02309bd679c37')
prepare() {
cd $pkgname-$pkgver