summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lin2021-08-06 18:56:53 -0700
committerAndrew Lin2021-08-06 18:56:53 -0700
commit3f4ecd2a3a3c854f307479fcc38c96874be2baf1 (patch)
tree271d355a353fde4914a2d4b94cc59603335471a8
parent0f22a51b8401bb7ae4f4df9d74be6182eebd1707 (diff)
downloadaur-3f4ecd2a3a3c854f307479fcc38c96874be2baf1.tar.gz
Upgrade to r5000
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb6c54ada514..95b3ee5901e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = zxtune-bin
pkgdesc = Portable toolkit for ZX-Spectrum music playing (pre-compiled)
- pkgver = r4970
+ pkgver = r5000
pkgrel = 1
- url = http://zxtune.bitbucket.io
+ url = https://zxtune.bitbucket.io/
arch = x86_64
license = GPL3
depends = boost-libs
@@ -16,8 +16,7 @@ pkgbase = zxtune-bin
optdepends = curl: for accessing data via network schemes
provides = zxtune
conflicts = zxtune-git
- source = https://bitbucket.org/zxtune/zxtune/downloads/zxtune_r4970_linux_x86_64.tar.gz
- md5sums = 1834c2a66410f0ed0ed4e98ac8c01014
+ source = https://bitbucket.org/zxtune/zxtune/downloads/zxtune_r5000_linux_x86_64.tar.gz
+ md5sums = 0ddfb427294b83b2d578f8a9166065eb
pkgname = zxtune-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index cf24d51bca4c..221e9c36e240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Andrew Lin <andrewlin16 at gmail dot com>
pkgname=zxtune-bin
-pkgver=r4970
+pkgver=r5000
pkgrel=1
pkgdesc="Portable toolkit for ZX-Spectrum music playing (pre-compiled)"
arch=(x86_64)
-url="http://zxtune.bitbucket.io"
+url="https://zxtune.bitbucket.io/"
license=(GPL3)
depends=(boost-libs gcc-libs qt4 zlib)
optdepends=(
@@ -18,7 +18,7 @@ optdepends=(
provides=(zxtune)
conflicts=(zxtune-git)
source=("https://bitbucket.org/zxtune/zxtune/downloads/zxtune_${pkgver}_linux_x86_64.tar.gz")
-md5sums=('1834c2a66410f0ed0ed4e98ac8c01014')
+md5sums=('0ddfb427294b83b2d578f8a9166065eb')
package() {
cp -r usr "${pkgdir}/usr"