summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2020-11-23 22:34:33 +0100
committerValHue2020-11-23 22:34:33 +0100
commit39c3ab5e9a59434ca76e8a1308830f1d934a6e2c (patch)
tree3f49965eb874be84ecdc8d08c84995346dd7473d
parentc5df275ee3f573dcf25e465d35c71c31db50b967 (diff)
downloadaur-39c3ab5e9a59434ca76e8a1308830f1d934a6e2c.tar.gz
Update to 1:1.1.1-8
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b544d45cb93..918bb832f1f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = shortwave
pkgdesc = Find and listen to internet radio stations.
pkgver = 1.1.1
- pkgrel = 7
+ pkgrel = 8
epoch = 1
url = https://gitlab.gnome.org/World/Shortwave
- arch = any
+ arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = cargo
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 5c17aa659840..bf52c87e3fa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
_pkgname="Shortwave"
pkgname="shortwave"
pkgver="1.1.1"
-pkgrel="7"
+pkgrel="8"
epoch="1"
pkgdesc="Find and listen to internet radio stations."
-arch=('any')
+arch=('x86_64' 'aarch64')
url="https://gitlab.gnome.org/World/${_pkgname}"
license=('GPL3')
depends=('gst-plugins-bad' 'libhandy0' 'libsoup' 'gtk3')