summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d785c72122b..e5250f291317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=libopenmpt
pkgname=(libopenmpt openmpt123)
-_pkgver=0.5.11+release.autotools
+_pkgver=0.5.12+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=('4469e095948d976cff4d7eb1936a27e9947624e49b160c29fcb246911ba5a4b0')
+sha256sums=('892aea7a599b5d21842bebf463b5aafdad5711be7008dd84401920c6234820af')
build() {
cd $pkgbase-$_pkgver