diff --git a/srcpkgs/primus/template b/srcpkgs/primus/template index 7b7ccf3d3d3..2c5d23d5531 100644 --- a/srcpkgs/primus/template +++ b/srcpkgs/primus/template @@ -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 " 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} }