summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Vorotnikov2016-12-16 07:50:21 +0300
committerArtem Vorotnikov2016-12-16 07:50:21 +0300
commit5397d2f7b9ae485ea153dbcda9a55fa256b1e2ad (patch)
treec4106ca4c4a0f4b31fc236045c3482cf2260a96d /PKGBUILD
parentd1446d1ecdb600ca426a43d60ac34843f2cffd96 (diff)
downloadaur-5397d2f7b9ae485ea153dbcda9a55fa256b1e2ad.tar.gz
Removed graphics dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2d42af7e7ee..51298c0a7501 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/$_username/${_reponame/}"
license=('LGPL')
-depends=('glibmm' 'curl' 'libjpeg-turbo' 'glu' 'freeglut')
-makedepends=('libxslt' 'perl-xml-sax' 'git' 'curl' 'inetutils' 'libxmu' 'mesa' 'rsync')
+depends=('glibmm' 'curl')
+makedepends=('libxslt' 'perl-xml-sax' 'git' 'curl' 'inetutils' 'rsync')
install=$_pkgbase.install
options=('!staticlibs')
source=("git+https://github.com/${_username}/${_reponame}${_ref}"