summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--libmlv0.install4
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02e07442c01d..f1971cc130d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libmlv0
pkgdesc = The MLV library is a simplified multimedia library. This library is ideal for students who are new to C programming and want to add graphic and sound effects to their programs.
pkgver = 2.0.2
- pkgrel = 1
+ pkgrel = 2
url = http://www-igm.univ-mlv.fr/~boussica/mlv/api/French/html/index.html
install = libmlv0.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 040d1d9910fa..bd7cffae52c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Barazok <barazok.blackrocks@gmail.com>
pkgname=libmlv0
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="The MLV library is a simplified multimedia library. This library is ideal for students who are new to C programming and want to add graphic and sound effects to their programs."
arch=('any')
url="http://www-igm.univ-mlv.fr/~boussica/mlv/api/French/html/index.html"
diff --git a/libmlv0.install b/libmlv0.install
index 03096856721f..663f4567dbb2 100644
--- a/libmlv0.install
+++ b/libmlv0.install
@@ -1,7 +1,9 @@
post_install() {
ldconfig
+ ln -s /usr/lib/libSDL_gfx.so.16.9.1 /usr/lib/libSDL_gfx.so.15
}
post_remove() {
- post_install
+ ldconfig
+ rm /usr/lib/libSDL_gfx.so.15
}