diff options
author | Barazok | 2020-12-10 15:18:35 +0100 |
---|---|---|
committer | Barazok | 2020-12-10 15:18:35 +0100 |
commit | ce74624da2933a6347f4cda99e121e7726c4ee04 (patch) | |
tree | 86222e10cc212b98f9ae5877a3001fca43b6138c /PKGBUILD | |
parent | eba6920d6f4c448fcc61207428d35f10b23164c3 (diff) | |
download | aur-ce74624da2933a6347f4cda99e121e7726c4ee04.tar.gz |
Fix issue with too recent lib
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |