summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLawrence DENEIPLE2021-10-08 10:14:52 +0200
committerLawrence DENEIPLE2021-10-08 10:14:52 +0200
commit11d12d4fd6ac05a8bd8a122f148c80a41f85755b (patch)
tree05947989c116d60ad8dae586b4e955c8eb2f5f59
parentd95c13e442de3781f950d1d09fd3baca649dc5f4 (diff)
downloadaur-libmlv0.tar.gz
Change the way symlink are created
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
-rw-r--r--libmlv0.install2
3 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 965be64247bf..81efe4aa04eb 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 = 3
+ pkgrel = 4
url = http://www-igm.univ-mlv.fr/~boussica/mlv/api/French/html/index.html
install = libmlv0.install
arch = any
@@ -17,4 +17,3 @@ pkgbase = libmlv0
md5sums = 1c258a34b96c136aaf094772a172b874
pkgname = libmlv0
-
diff --git a/PKGBUILD b/PKGBUILD
index d3b2c1cf38ee..2f577e22d27a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Barazok <barazok.blackrocks@gmail.com>
pkgname=libmlv0
pkgver=2.0.2
-pkgrel=3
+pkgrel=4
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 4c2683431c16..7175596c1fb8 100644
--- a/libmlv0.install
+++ b/libmlv0.install
@@ -1,6 +1,6 @@
post_install() {
[ -f /usr/lib/libSDL_gfx.so.15 ] && rm /usr/lib/libSDL_gfx.so.15
- ln -s /usr/lib/libSDL_gfx.so.16.9.1 /usr/lib/libSDL_gfx.so.15
+ ln -rs /usr/lib/libSDL_gfx.so /usr/lib/libSDL_gfx.so.15
ldconfig
}