summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2019-06-02 20:57:30 +0200
committerCarsten Teibes2019-06-02 20:57:30 +0200
commit9a90103bc3f4f0c8c22475bb408f2432d35b5008 (patch)
tree3812227a8df776c0e1050e8f3eb533289e7290e2
parenteaa8912af11a2a1fc480fcdb8da39ff9af09493b (diff)
downloadaur-9a90103bc3f4f0c8c22475bb408f2432d35b5008.tar.gz
[upd] 0.4.3→0.4.5
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2666d57180c7..b192fa1aad2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libopenmpt
pkgdesc = A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.
- pkgver = 0.4.3
+ pkgver = 0.4.5
pkgrel = 1
url = http://lib.openmpt.org/
arch = i686
@@ -16,14 +16,14 @@ pkgbase = libopenmpt
depends = gcc-libs
depends = libvorbis
depends = mpg123
- source = https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.4.3+release.makefile.tar.gz
- sha256sums = c1c5e672ca66f335cb7008f36715d9bb0a3e4b60d370cc066ded6e525861577e
+ source = https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.4.5+release.makefile.tar.gz
+ sha256sums = 46ceb540ac5e3ed48682c67f3397488c84ced85d14e481d20dbe6a3427a70b12
pkgname = libopenmpt
pkgname = openmpt123
pkgdesc = A cross-platform command-line or terminal based module file player.
- depends = libopenmpt=0.4.3
+ depends = libopenmpt=0.4.5
depends = sdl2
depends = portaudio
depends = libsndfile
@@ -32,14 +32,14 @@ pkgname = openmpt123
pkgname = openmpt123-minimal
pkgdesc = A cross-platform command-line or terminal based module file player (with minimal dependencies).
- depends = libopenmpt=0.4.3
+ depends = libopenmpt=0.4.5
depends = sdl2
conflicts = openmpt123
pkgname = libopenmpt-modplug
pkgdesc = libmodplug compat layer/bridge to libopenmpt
install = libopenmpt-modplug.install
- depends = libopenmpt=0.4.3
+ depends = libopenmpt=0.4.5
provides = libmodplug
conflicts = libmodplug
diff --git a/PKGBUILD b/PKGBUILD
index 13f5fecd2bda..22e3d6710eec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=libopenmpt
pkgname=(libopenmpt openmpt123 openmpt123-minimal libopenmpt-modplug)
-_pkgver=0.4.3+release
+_pkgver=0.4.5+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=('c1c5e672ca66f335cb7008f36715d9bb0a3e4b60d370cc066ded6e525861577e')
+sha256sums=('46ceb540ac5e3ed48682c67f3397488c84ced85d14e481d20dbe6a3427a70b12')
build() {
cd $pkgbase-${_pkgver%-*}