summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2022-06-02 15:06:17 +0200
committerkleintux2022-06-02 15:06:17 +0200
commit2d56a2297b090e06f396f01fdd0f4b60d0110fc8 (patch)
treeefc48e7a630e4e1e5da3a8e12480dcac84e80415
parent4102204d2240e4cf9a868816a5916d3b28900867 (diff)
downloadaur-blockout2.tar.gz
added missing alsa-lib dependency
-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=(