primus: update to 20150328.

This commit is contained in:
Andrea Brancaleoni 2015-07-27 12:01:31 +02:00
parent 934bc2db31
commit e5c4f6e91f

View file

@ -1,18 +1,18 @@
# Template file for 'primus'
pkgname=primus
version=20141123
version=20150328
revision=1
hostmakedepends="git"
_commit=d1afbf6fce2778c0751eddf19db9882e04f18bfd
makedepends="libX11-devel MesaLib-devel"
short_desc="Faster OpenGL offloading for Bumblebee"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="ISC"
homepage="https://github.com/amonakov/primus"
only_for_archs="i686 x86_64"
distfiles="$homepage/archive/$_commit.tar.gz"
checksum=6eb0b9fbd93c3d2add983491ae4092f68266925289126ce4055959444b18c65a
wrksrc="$pkgname-$_commit"
do_fetch() {
git clone git://github.com/amonakov/primus.git ${pkgname}-${version}
}
do_build() {
make ${makejobs}
}