summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2022-08-14 07:46:47 +0200
committerLuna Jernberg2022-08-14 07:46:47 +0200
commit7008e59ef3cdd8f5e3b6c7df9d6316dddc71d4b4 (patch)
tree4ee9d7ee8babaaafc7ed0f3cb6ed34e739d7ff5d
parent3c2ee87fea21e2c5df8d4fe151a7d7d774afbe77 (diff)
downloadaur-7008e59ef3cdd8f5e3b6c7df9d6316dddc71d4b4.tar.gz
45.1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26b42824d12d..6d6cd2691be4 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 = 44.0
+ pkgver = 45.1
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/44/gnome-radio-44.0.tar.xz
- sha256sums = 835c9b9d3723213f6d1b46282ac9a0608ca55097e72f1379eb84642b279079ec
+ source = https://download.gnome.org/sources/gnome-radio/45/gnome-radio-45.1.tar.xz
+ sha256sums = 1e01b7f5058e2a3bd89b0c943c9d4b3b7f931c2b9b83e88411127c2d2fedc2a3
pkgname = gnome-radio
diff --git a/PKGBUILD b/PKGBUILD
index 994f4f4f1ffa..2878849d0ad5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=gnome-radio
-pkgver=44.0
+pkgver=45.1
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=('835c9b9d3723213f6d1b46282ac9a0608ca55097e72f1379eb84642b279079ec')
+sha256sums=('1e01b7f5058e2a3bd89b0c943c9d4b3b7f931c2b9b83e88411127c2d2fedc2a3')
build() {
cd $pkgname-$pkgver