diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-18 03:52:05 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-18 03:52:05 +0000 |
commit | 423ae5a5a1cd103d57b8cb52279533b3011f42d8 (patch) | |
tree | 0816754beb383cc3d3b45b501150f48ea42b1377 /community/plib/PKGBUILD | |
parent | 313040c7029fd0c36db63d7effbb974fd348389c (diff) |
Sun May 18 03:42:25 UTC 2014
Diffstat (limited to 'community/plib/PKGBUILD')
-rw-r--r-- | community/plib/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/plib/PKGBUILD b/community/plib/PKGBUILD index 74d871b29..de0fe5add 100644 --- a/community/plib/PKGBUILD +++ b/community/plib/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 103334 2014-01-03 11:08:04Z bpiotrowski $ +# $Id: PKGBUILD 111367 2014-05-17 13:47:17Z lcarlier $ # Maintainer: Eric Belanger <eric@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=plib pkgver=1.8.5 -pkgrel=4 +pkgrel=5 pkgdesc="Set of libraries to write games and other realtime interactive applications" arch=('i686' 'x86_64') url="http://plib.sourceforge.net/" license=('custom:LGPL') -makedepends=('mesa' 'libxi' 'libxmu') +makedepends=('mesa-libgl' 'libxi' 'libxmu') source=(http://plib.sourceforge.net/dist/$pkgname-$pkgver.tar.gz) options=('staticlibs') md5sums=('47a6fbf63668c1eed631024038b2ea90') |