summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Walladge2016-02-03 22:59:05 +1030
committerSamuel Walladge2016-02-03 22:59:05 +1030
commit5dbb32d0e63105fe3eecb094d0a6a1986dfe07f8 (patch)
tree8cdf3bee1ca1e8deb2b7f2a2def84378c90f5885
parentdf3d96bc8c14cc5438d60944b50eaff62bd6e96c (diff)
downloadaur-5dbb32d0e63105fe3eecb094d0a6a1986dfe07f8.tar.gz
removed unneeded dep, fixed license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7945f7492209..6d1d96d3c020 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Wed Feb 3 12:23:27 UTC 2016
+# Wed Feb 3 12:28:23 UTC 2016
pkgbase = dreamchess-git
pkgdesc = DreamChess - OpenGL Chess Game
pkgver = 312.c7fad45
pkgrel = 2
url = https://github.com/dreamchess/dreamchess
arch = any
- license = GNU
+ license = GPL
makedepends = git
makedepends = bison
depends = mxml
@@ -15,7 +15,6 @@ pkgbase = dreamchess-git
depends = glew
depends = libgl
depends = expat
- depends = libxext
source = git://github.com/dreamchess/dreamchess.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cb57291cc8ec..813e8516f91f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgrel=2
pkgdesc="DreamChess - OpenGL Chess Game"
arch=('any')
url="https://github.com/dreamchess/dreamchess"
-license=('GNU')
+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 libgl expat libxext)
+depends=(mxml sdl_mixer sdl_image glew libgl expat)
makedepends=(git bison)
source=('git://github.com/dreamchess/dreamchess.git')