summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBarazok2020-12-10 15:18:35 +0100
committerBarazok2020-12-10 15:18:35 +0100
commitce74624da2933a6347f4cda99e121e7726c4ee04 (patch)
tree86222e10cc212b98f9ae5877a3001fca43b6138c /PKGBUILD
parenteba6920d6f4c448fcc61207428d35f10b23164c3 (diff)
downloadaur-ce74624da2933a6347f4cda99e121e7726c4ee04.tar.gz
Fix issue with too recent lib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"