summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2013-12-11 01:36:04 -0800
committerMike Swanson2013-12-11 01:36:04 -0800
commitd06a0cba6f7d419eeec8d0249d186bca6e748a94 (patch)
treeabf8242433d53c7d2d335ed1e9b94cea4f566b59 /PKGBUILD
parenta815dbe345002a394ea0928e56b988000c4e7bc8 (diff)
downloadaur-d06a0cba6f7d419eeec8d0249d186bca6e748a94.tar.gz
Fix AUR display for chocolate-doom depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6d313323613..b5ae2a1690a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ pkgrel=3
arch=('i686' 'x86_64')
url="http://www.chocolate-doom.org/"
license=('GPL2')
-depends=('libsamplerate' 'sdl_mixer' 'sdl_net')
makedepends=('autoconf' 'python')
install=chocolate-doom.install
source=(http://chocolate-doom.org/downloads/${pkgver}/chocolate-doom-${pkgver}.tar.gz)
@@ -120,3 +119,4 @@ package_chocolate-strife() {
# More AUR workaround.
pkgdesc="Doom, Heretic, Hexen, Strife port accurately reproducing the originals."
+depends=('libsamplerate' 'sdl_mixer' 'sdl_net')