summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-05-11 20:07:55 +0100
committerFFY002018-05-11 20:07:55 +0100
commit0b613ca3c1ec0c9e2425e7357e81c736b9d28ff8 (patch)
treef136ec6dd8a45e7294fbf8d0cc860a3e43e103c0
parent3b186abeff839e9210522cd4ded33369176b5bcc (diff)
downloadaur-0b613ca3c1ec0c9e2425e7357e81c736b9d28ff8.tar.gz
pkgbuild: fix dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f18afcda9ed2..85fbef034e9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,6 @@ pkgbase = gegl-git
makedepends = libtiff
makedepends = suitesparse
makedepends = gobject-introspection
- makedepends = base-devel
depends = babl>=0.1.26
depends = libspiro
depends = json-glib
@@ -33,7 +32,7 @@ pkgbase = gegl-git
optdepends = suitesparse: matting-levin plugin
optdepends = lua: lua plugin
provides = gegl=0.4.0.8
- conflicts = gegl>=0.3.0
+ conflicts = gegl
options = !libtool
source = git://git.gnome.org/gegl
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 68853f8da181..5469064b0b4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,7 @@ license=('GPL3' 'LGPL3')
depends=('babl>=0.1.26' 'libspiro' 'json-glib')
makedepends=('git' 'intltool' 'python2' 'ruby' 'lua'
'libraw' 'openexr' 'ffmpeg' 'librsvg' 'jasper'
- 'libtiff' 'suitesparse' 'gobject-introspection'
- 'base-devel')
+ 'libtiff' 'suitesparse' 'gobject-introspection')
optdepends=('openexr: for using the openexr plugin'
'ffmpeg: for using the ffmpeg plugin'
'librsvg: for using the svg plugin'
@@ -24,7 +23,7 @@ optdepends=('openexr: for using the openexr plugin'
'suitesparse: matting-levin plugin'
'lua: lua plugin')
provides=("gegl=${pkgver}")
-conflicts=('gegl>=0.3.0')
+conflicts=('gegl')
options=(!libtool)
source=(git://git.gnome.org/gegl)
md5sums=('SKIP')