diff options
author | Luna Jernberg | 2022-03-16 09:46:18 +0100 |
---|---|---|
committer | Luna Jernberg | 2022-03-16 09:46:18 +0100 |
commit | 9ef04f31d035041c1d61f70984f15d02c85f9328 (patch) | |
tree | 995d310367c5a41f741ad0afa0c626af718207f6 | |
parent | e17ac30b885af38e511190d6024a4bc1c80edd8d (diff) | |
download | aur-9ef04f31d035041c1d61f70984f15d02c85f9328.tar.gz |
16.0.2 update
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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 |