diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-04 20:33:07 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-04 19:57:14 +0000 |
commit | f598c2552e9fb0b8c1b5d1a3c6dac195e7f57109 (patch) | |
tree | 1edf9238713203157f4c5926f52e7918a69446bc | |
parent | 3844aac4d0482e6d5f7ce24f1fe6f7a2e69af2ca (diff) | |
download | aports-f598c2552e9fb0b8c1b5d1a3c6dac195e7f57109.tar.bz2 aports-f598c2552e9fb0b8c1b5d1a3c6dac195e7f57109.tar.xz |
community/gnome-shortwave: upgrade to 1.0.1
-rw-r--r-- | community/gnome-shortwave/APKBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/gnome-shortwave/APKBUILD b/community/gnome-shortwave/APKBUILD index 18d462e090..ebc9829256 100644 --- a/community/gnome-shortwave/APKBUILD +++ b/community/gnome-shortwave/APKBUILD @@ -1,9 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-shortwave -pkgver=0_git20200216 -_sha=f7e766fa413e532bc211bbcf2cc4c9528991ad62 -pkgrel=1 +pkgver=1.0.1 +pkgrel=0 pkgdesc="Listen to internet radio" url="https://gitlab.gnome.org/World/Shortwave" arch="all !s390x !mips !mips64" # Rust @@ -12,8 +11,8 @@ depends="gst-libav gst-plugins-base gst-plugins-bad gstreamer" makedepends="meson gettext cargo glib-dev gtk+3.0-dev libhandy-dev gstreamer-dev openssl-dev sqlite-dev gst-plugins-base-dev gst-plugins-bad-dev" checkdepends="appstream-glib desktop-file-utils" -source="$pkgname-$pkgver.tar.gz::https://gitlab.gnome.org/World/Shortwave/-/archive/$_sha.tar.gz" -builddir="$srcdir/Shortwave-$_sha" +source="https://gitlab.gnome.org/World/Shortwave/uploads/c2d6a38025e1bf255bbb5fed58b0ffbc/shortwave-$pkgver.tar.xz" +builddir="$srcdir/shortwave-$pkgver" build() { meson \ @@ -35,4 +34,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="43dafcef9517e97037a8bc7fc735a8336aed71f1415f4faa4cff014dd7d1d5f1fdba1dc2a2bf368c0c7474ce10d6da0ebf82ca98292e99c0fed8518f5ccb984a gnome-shortwave-0_git20200216.tar.gz" +sha512sums="5e14ea13aafece690b47a21cfd9ada37ca10592fc59bc946b9b7bf8248dfa3ea664964549b59504ec0de56533845421209a186b0d42e001930a550544643e5b4 shortwave-1.0.1.tar.xz" |