summaryrefslogtreecommitdiff
path: root/community/alure/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/alure/PKGBUILD')
-rw-r--r--community/alure/PKGBUILD13
1 files changed, 10 insertions, 3 deletions
diff --git a/community/alure/PKGBUILD b/community/alure/PKGBUILD
index 0db666fa2..009fb566b 100644
--- a/community/alure/PKGBUILD
+++ b/community/alure/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=alure
pkgver=1.2
-pkgrel=2
+pkgrel=3
pkgdesc='Utility library to help manage common tasks with OpenAL applications.'
arch=('i686' 'x86_64')
url='http://kcat.strangesoft.net/alure.html'
@@ -16,8 +16,15 @@ optdepends=('libsndfile: for uncompressed audio support'
'mpg123: for MPEG support'
'dumb: for IT, XM, S3M and MOD support'
'fluidsynth: for SoundFont 2 support')
-source=("http://kcat.strangesoft.net/alure-releases/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('3088aba074ad02d95ea51e705053b9f5')
+source=("http://kcat.strangesoft.net/alure-releases/${pkgname}-${pkgver}.tar.bz2"
+ build.patch)
+md5sums=('3088aba074ad02d95ea51e705053b9f5'
+ '6a8dfd62ccae920d393b4202736aba46')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -p1 -i ../build.patch
+}
build() {
cd "${srcdir}/${pkgname}-${pkgver}"