summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--mlv.install1
3 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 036f1cd2b564..c8107fe868c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mlv
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 = 6
+ pkgrel = 7
url = http://www-igm.univ-mlv.fr/~boussica/mlv/api/French/html/index.html
install = mlv.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index aa2e09cdd783..fd9d4e9e1d69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Barazok <barazok.blackrocks@gmail.com>
pkgname=mlv
pkgver=2.0.2
-pkgrel=6
+pkgrel=7
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/mlv.install b/mlv.install
index 00f1ecb60b94..03096856721f 100644
--- a/mlv.install
+++ b/mlv.install
@@ -1,6 +1,5 @@
post_install() {
ldconfig
- note "You need to reboot your computer."
}
post_remove() {