summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2016-07-17 13:00:44 +0200
committerLucki2016-07-17 13:00:44 +0200
commit9877ccf72e85a5f6e8f82464316c9b20bd31dcd8 (patch)
tree98c009a3d322652453e1dfa3778e068af310b302
parent492b156dff44d8ab692c4fd4996e32f4404e9a0d (diff)
downloadaur-9877ccf72e85a5f6e8f82464316c9b20bd31dcd8.tar.gz
Make it build again
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb6d90977d62..2ba28743892e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 3 17:50:11 UTC 2016
+# Sun Jul 17 10:59:21 UTC 2016
pkgbase = lix
pkgdesc = An action-puzzle game in the IRS (Interactive Rodent Simulation) genre inspired by Lemmings
- pkgver = 2016.06.02.r0.g64c9b94
+ pkgver = 2016.06.02.r1.g1c9a84b
pkgrel = 1
url = http://asdfasdf.ethz.ch/~simon/index.php
install = lix.install
@@ -16,7 +16,7 @@ pkgbase = lix
depends = libpng
provides = lix-git
conflicts = lix-git
- source = lix::git://github.com/SimonN/Lix.git#tag=v2016-06-02
+ source = lix::git://github.com/SimonN/Lix.git#commit=1c9a84b
source = lix-logo.png::http://asdfasdf.ethz.ch/~simon/bitmap/lix_with_lem.png
source = lix.sh
source = lix-server.sh
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)