summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae01ee76ed92..d5d7af9a3ca9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = chocolate-doom-git
arch = x86_64
license = GPL2
makedepends = git
- makedepends = autoconf
makedepends = python
depends = libsamplerate
depends = sdl_mixer
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')