summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMagnus Boman2020-08-31 19:28:38 +0200
committerMagnus Boman2020-08-31 19:28:38 +0200
commitcb880b9b9922ae2161bd4f55947d98e4f1a758ab (patch)
tree91f72e7b3027a2674cb403d74d9e00cdb8bca56f /PKGBUILD
parent90aa6e8f502b775479d680351cdee16378ea1f9e (diff)
downloadaur-cb880b9b9922ae2161bd4f55947d98e4f1a758ab.tar.gz
libopenmpt: update to 0.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a230c70eb8c4..de8c013ca8b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=libopenmpt
pkgname=(libopenmpt openmpt123)
-_pkgver=0.5.0+release.autotools
+_pkgver=0.5.2+release.autotools
pkgver=${_pkgver%+*}
pkgrel=1
pkgdesc='A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.'
@@ -12,7 +12,7 @@ license=('BSD')
depends=('zlib' 'gcc-libs' 'libvorbis' 'mpg123')
makedepends=('portaudio' 'libsndfile' 'flac' 'help2man' 'libpulse')
source=("https://lib.openmpt.org/files/$pkgname/src/$pkgname-${_pkgver}.tar.gz")
-sha256sums=('43cba54a3f7220c3cc5baae1e2c19a5af7196bfdb95ff4d0c4979d9fbc6c837e')
+sha256sums=('9468e3e501859821a5a3da76b8cceca2728ed3cbc8a818b550fd3690246197b3')
build() {
cd $pkgbase-$_pkgver