summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucki2016-07-17 13:00:44 +0200
committerLucki2016-07-17 13:00:44 +0200
commit9877ccf72e85a5f6e8f82464316c9b20bd31dcd8 (patch)
tree98c009a3d322652453e1dfa3778e068af310b302 /PKGBUILD
parent492b156dff44d8ab692c4fd4996e32f4404e9a0d (diff)
downloadaur-9877ccf72e85a5f6e8f82464316c9b20bd31dcd8.tar.gz
Make it build again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 881d92185f2d..d0e5278a7fa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Carl Reinke <mindless2112 gmail com>
pkgname=lix
-pkgver=2016.06.02.r0.g64c9b94
+pkgver=2016.06.02.r1.g1c9a84b
pkgrel=1
pkgdesc="An action-puzzle game in the IRS (Interactive Rodent Simulation) genre inspired by Lemmings"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('allegro4' 'enet' 'libpng')
makedepends=('gendesk')
provides=('lix-git')
conflicts=('lix-git')
-source=(${pkgname}::git://github.com/SimonN/Lix.git#tag=v2016-06-02
+source=(${pkgname}::git://github.com/SimonN/Lix.git#commit=1c9a84b
${pkgname}-logo.png::http://asdfasdf.ethz.ch/~simon/bitmap/lix_with_lem.png
${pkgname}.sh
${pkgname}-server.sh)