summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2015-09-01 15:14:37 +0200
committerXZS2015-09-01 15:14:37 +0200
commit63adec4b5ffa27fcabe036fb7b8549c218d4b526 (patch)
tree879a68684533e4c0e2d3d6ffc207e69e4ec4f7ae
parentcfd55d21ce516f8c6e0e61abdb45561e4ac83d0c (diff)
downloadaur-63adec4b5ffa27fcabe036fb7b8549c218d4b526.tar.gz
remove transitively satisfied dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a068b70bbdf..bed86adb6165 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = prisonarchitect-hib
arch = i686
arch = x86_64
license = custom:commercial
- depends = libgl
depends = glu
provides = prisonarchitect
conflicts = prisonarchitect
diff --git a/PKGBUILD b/PKGBUILD
index 9fabedb09eae..eb5a090c8fc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Prison construction and management simulation (Humble Bundle version)'
url='http://www.introversion.co.uk/prisonarchitect/'
arch=('i686' 'x86_64')
license=('custom:commercial')
-depends=('libgl' 'glu')
+depends=('glu')
conflicts=('prisonarchitect')
provides=('prisonarchitect')
DLAGENTS+=('hib::/usr/bin/echo "Could not find %u. Manually download it to \"$(pwd)\", or set up a hib:// DLAGENT in /etc/makepkg.conf."; exit 1')