summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2017-12-07 23:27:05 +0100
committerCarsten Teibes2017-12-07 23:27:05 +0100
commit9c69d33205c4bdc24835be56869b82eb8923eb25 (patch)
treeafb165a3c5268696bf4e4086c20cf3fd0dcfb8e7 /PKGBUILD
parentdf38e8a0a226ed43e5fd46cf67242e77b2e2ce9d (diff)
downloadaur-9c69d33205c4bdc24835be56869b82eb8923eb25.tar.gz
[upd] 0.3.1→0.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f726643bb80..b4f09e0cdb74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=libopenmpt
pkgname=(libopenmpt openmpt123 openmpt123-minimal libopenmpt-modplug)
-_pkgver=0.3.1+release
+_pkgver=0.3.3+release
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=('sdl2' 'portaudio' 'libsndfile' 'flac' 'help2man' 'libpulse')
source=("https://lib.openmpt.org/files/$pkgname/src/$pkgname-${_pkgver}.makefile.tar.gz")
-sha256sums=('9b0639d131106c872d3988b9af3400e275b73d87953f90c58b16a42bfa96a94c')
+sha256sums=('3e9d3537cb34ea522080d04f11cda70bfdb2ecab5d588355e775bdf87268a01a')
build() {
cd $pkgbase-${_pkgver%-*}