summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Schlisio2018-06-21 15:43:35 +0200
committerGeorg Schlisio2018-06-21 15:43:35 +0200
commitef44639bec46f7a2f1c5c921dfc7e116553e72bb (patch)
tree5a1f0afe3712be68d6daee31510fbb8f29f366a6
parentbd79323aff5dc0defe98c74505e71b5600929a03 (diff)
downloadaur-ef44639bec46f7a2f1c5c921dfc7e116553e72bb.tar.gz
fix makedeps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9003d7828394..b0b6677f2374 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jun 19 19:38:53 UTC 2018
+# Thu Jun 21 13:43:18 UTC 2018
pkgbase = unigine-superposition
pkgdesc = Interactive Unigine Benchmark: walk through a lab of a lone professor
pkgver = 1.0
@@ -7,7 +7,6 @@ pkgbase = unigine-superposition
url = http://www.unigine.com
arch = x86_64
license = custom:UNIGINE Engine
- makedepends = imagemagick
depends = libgl
depends = gcc-libs
depends = libxrandr
diff --git a/PKGBUILD b/PKGBUILD
index ea4f0f8bd35d..b7d1ab905190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ arch=('x86_64')
url="http://www.unigine.com"
license=('custom:UNIGINE Engine')
depends=('libgl' 'gcc-libs' 'libxrandr' 'libxinerama' 'fontconfig' 'qt5-declarative' 'libxkbcommon-x11' 'openssl-1.0')
-makedepends=('imagemagick')
optdepends=('openal: sound support')
options=("!strip")
source=("https://assets.unigine.com/d/${_pkgname}-${pkgver}.run" "Superposition.desktop")