summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2015-08-24 14:01:35 -0700
committerMike Swanson2015-08-24 14:01:35 -0700
commit807ea7c461876b69b59f4dd778478292f61cdccb (patch)
treefc8c698b030da1253c035989fa560fb3195896dc /PKGBUILD
parent448139b5192e0160340648c525959662cff7e452 (diff)
downloadaur-807ea7c461876b69b59f4dd778478292f61cdccb.tar.gz
Remove autoconf from makedepends, base-devel packages are implied
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c951c88e8bf..0d1716335fcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="http://www.chocolate-doom.org/"
license=('GPL2')
depends=('libsamplerate' 'sdl_mixer' 'sdl_net')
-makedepends=('git' 'autoconf' 'python')
+makedepends=('git' 'python')
source=(git+https://github.com/chocolate-doom/chocolate-doom.git)
sha256sums=('SKIP')