summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Snowhill2024-03-09 14:42:18 -0800
committerChristopher Snowhill2024-03-09 14:42:18 -0800
commita374ea9b2433811f9111973b91448ff4d564f55e (patch)
tree811e1c7b64ae9f643e6cce5cb89fd2902cdfe7f2
parent9b1aff8c4da9cc107e751c4d6f35d20a5115493c (diff)
downloadaur-a374ea9b2433811f9111973b91448ff4d564f55e.tar.gz
Updated upstream archive, same version, new docs
Updated multiple versions since the official release of this version, the only changes thus far have been to the plaintext readme, and now to the .chm API documentation.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3256960fac92..57cccd42b58b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libbass
pkgdesc = BASS audio library
pkgver = 2.4.17
- pkgrel = 1
+ pkgrel = 2
url = https://www.un4seen.com/
arch = i686
arch = x86_64
@@ -11,6 +11,6 @@ pkgbase = libbass
license = custom
depends = alsa-lib
source = libbass-2.4.17.zip::http://www.un4seen.com/files/bass24-linux.zip
- sha256sums = e0caed1509d7e92d12d8b74827d95e60226c1a37dbd3e37d6ecf89aa1353932b
+ sha256sums = fc9025bed66d9f3bb36635b2de7d564fc4396552ced012490094fbfdd10b4b7a
pkgname = libbass
diff --git a/PKGBUILD b/PKGBUILD
index da02d633b3a7..4462ba6fcd08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=libbass
pkgver=2.4.17
-pkgrel=1
+pkgrel=2
pkgdesc='BASS audio library'
arch=(i686 x86_64 armv6h armv7h aarch64)
url='https://www.un4seen.com/'
license=(custom)
depends=(alsa-lib)
source=("$pkgname-$pkgver.zip::http://www.un4seen.com/files/bass24-linux.zip")
-sha256sums=('e0caed1509d7e92d12d8b74827d95e60226c1a37dbd3e37d6ecf89aa1353932b')
+sha256sums=('fc9025bed66d9f3bb36635b2de7d564fc4396552ced012490094fbfdd10b4b7a')
prepare() {
grep Lic "$srcdir/bass.txt" -A62 > LICENSE