summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2022-11-02 16:15:38 +0100
committerLuna Jernberg2022-11-02 16:15:38 +0100
commitab66a6dc97239fafd50812902e7a8cb8431c8b5c (patch)
treeb2863c19dd24c7fcb814eec9ffe16b1878b6d047
parent5ce07ea0c13615454d1a77b0dae58dc6fdc465f1 (diff)
downloadaur-ab66a6dc97239fafd50812902e7a8cb8431c8b5c.tar.gz
48.1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 349357949ca8..26650bfc0af1 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 = 48.0
+ pkgver = 48.1
pkgrel = 1
url = https://wiki.gnome.org/Apps/Radio
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = gnome-radio
depends = gst-plugins-bad
conflicts = gnome-internet-radio-locator
replaces = gnome-internet-radio-locator
- source = https://download.gnome.org/sources/gnome-radio/48/gnome-radio-48.0.tar.xz
- sha256sums = e64b37d983e8111a62cf5a3a5732fca25fa80a8f3b4a615581dbb6da5454daef
+ source = https://download.gnome.org/sources/gnome-radio/48/gnome-radio-48.1.tar.xz
+ sha256sums = f8cebd94ae5ab3a33b8c77b64848e652f1e1c976d8b77083395311760df760a3
pkgname = gnome-radio
diff --git a/PKGBUILD b/PKGBUILD
index 97ee93c39a22..4e161f597254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=gnome-radio
-pkgver=48.0
+pkgver=48.1
pkgrel=1
pkgdesc="Easily find live radio programs based on geographical location of radio broadcasters on the Internet"
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('intltool' 'itstool' 'python')
conflicts=('gnome-internet-radio-locator')
replaces=('gnome-internet-radio-locator')
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e64b37d983e8111a62cf5a3a5732fca25fa80a8f3b4a615581dbb6da5454daef')
+sha256sums=('f8cebd94ae5ab3a33b8c77b64848e652f1e1c976d8b77083395311760df760a3')
build() {
cd $pkgname-$pkgver