aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <demizide@gmail.com>2013-08-22 17:06:05 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:24:36 +0200
commita23218064b71c7e67294fcde0b3a9157dac0f9c7 (patch)
tree9f3826b62307834707127a3ae7d5c79ddec7c2c0
parent32914afd28e336976e104fc26a714c2a1f0ea2ea (diff)
downloadpkgbuilds-a23218064b71c7e67294fcde0b3a9157dac0f9c7.tar.xz
Added OpenAL dependency until fixed upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d68e3e1..e9322b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by makepkg 4.2.1
-# Mon Jun 1 13:54:12 UTC 2015
+# Mon Jun 1 13:54:13 UTC 2015
pkgbase = openhexagon
pkgdesc = C++ open source clone of Super Hexagon. (binary)
pkgver = 1.92
- pkgrel = 1
+ pkgrel = 3
url = http://vittorioromeo.info/projects.html
arch = i686
arch = x86_64
license = custom:AFL
- depends = lua51
+ depends = openal
options = !strip
source = http://vittorioromeo.info/Downloads/OpenHexagon/Linux/OpenHexagonV1.92.tar.gz
source = https://raw.github.com/SuperV1234/SSVOpenHexagon/master/LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 945048c..e453e01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=openhexagon
pkgver=1.92
-pkgrel=1
+pkgrel=3
pkgdesc="C++ open source clone of Super Hexagon. (binary)"
arch=('i686' 'x86_64')
url="http://vittorioromeo.info/projects.html"
options=(!strip)
license=('custom:AFL')
-depends=('lua51')
+depends=('openal')
source=(http://vittorioromeo.info/Downloads/OpenHexagon/Linux/OpenHexagonV1.92.tar.gz
https://raw.github.com/SuperV1234/SSVOpenHexagon/master/LICENSE)
md5sums=('bda07a9d91a9dd8538d9a7a26562de69'