summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Walladge2016-10-22 10:56:22 +1030
committerSamuel Walladge2016-10-22 10:56:22 +1030
commitb1a96ccac343d1dc9bc8dd7c00feb4903cdc5700 (patch)
treee95b0c008c5ef7b7c60f7dc307c3cf17f37fc07b
parentd89712e0a239741a3e9d219169752f41877ead22 (diff)
downloadaur-b1a96ccac343d1dc9bc8dd7c00feb4903cdc5700.tar.gz
remove unnecessary makedepends (bison is in the base-devel group)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 134ca6b92303..43af8fe36e19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 29 01:53:37 UTC 2016
+# Sat Oct 22 00:25:56 UTC 2016
pkgbase = dreamchess-git
pkgdesc = DreamChess - OpenGL Chess Game
pkgver = 312.c7fad45
@@ -9,7 +9,6 @@ pkgbase = dreamchess-git
arch = x86_64
license = GPL
makedepends = git
- makedepends = bison
depends = mxml
depends = sdl_mixer
depends = sdl_image
diff --git a/PKGBUILD b/PKGBUILD
index 1f252d430c61..7aff84951206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('GPL')
# tried to include all necessary deps and none that aren't
# please notify if list not fully correct
depends=(mxml sdl_mixer sdl_image glew hicolor-icon-theme)
-makedepends=(git bison)
+makedepends=(git)
source=('git://github.com/dreamchess/dreamchess.git')
md5sums=('SKIP')