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 35472120c5b4..629c57b5d7e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blockout2
pkgdesc = 3D tetris, free adaptation of the original BlockOut DOS game edited by California Dreams in 1989. Pre-compiled.
pkgver = 2.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.blockout.net/blockout2/
arch = any
license = GPL
@@ -10,6 +10,7 @@ pkgbase = blockout2
depends = libxext
depends = sdl
depends = sdl_mixer
+ depends = alsa-lib
conflicts = blockout2-bin
source = http://downloads.sourceforge.net/project/blockout/blockout/BlockOut%202.5/bl25-src.tar.gz
source = http://downloads.sourceforge.net/project/blockout/blockout/BlockOut%202.5/bl25-linux-x64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 37efcbb6f7e6..70f1209f7c2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=blockout2
pkgver=2.5
-pkgrel=1
+pkgrel=2
pkgdesc="3D tetris, free adaptation of the original BlockOut DOS game edited by California Dreams in 1989. Pre-compiled."
arch=("any")
url="http://www.blockout.net/blockout2/"
-depends=("libgl" "glu" "libxext" "sdl" "sdl_mixer")
+depends=("libgl" "glu" "libxext" "sdl" "sdl_mixer" "alsa-lib")
license=("GPL")
conflicts=("blockout2-bin")
source=(