summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 325d8344f4f3..0ebfbd689d31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
pkgver = 0.9.9
- pkgrel = 1
+ pkgrel = 2
url = http://www.lixgame.com/
changelog = .CHANGELOG
arch = i686
@@ -11,6 +11,7 @@ pkgbase = lix
makedepends = dmd
makedepends = dub
depends = allegro
+ depends = enet
conflicts = lix-git
source = lix::git+https://github.com/SimonN/LixD.git#tag=v0.9.9
source = lix-music-1.zip::http://www.lixgame.com/dow/lix-music.zip
diff --git a/PKGBUILD b/PKGBUILD
index 4d1b745bf444..6477d5a1a78a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lix
pkgver=0.9.9
-pkgrel=1
+pkgrel=2
changelog=.CHANGELOG
conflicts=("${pkgname}-git")
source=("${pkgname}::git+https://github.com/SimonN/LixD.git#tag=v${pkgver}"
@@ -19,7 +19,7 @@ pkgdesc="An action-puzzle game inspired by Lemmings"
arch=('i686' 'x86_64')
url="http://www.lixgame.com/"
license=('custom:CC0')
-depends=('allegro')
+depends=('allegro' 'enet')
makedepends=('git' 'dmd' 'dub')
build()