summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHanabishi2023-03-23 12:55:03 +0500
committerHanabishi2023-03-23 12:55:03 +0500
commit999cb025a73d48513bbef2984636035111a41d4b (patch)
treeb1c2947689896d37fb313c8a4432fd7a85621640 /PKGBUILD
parent7395f2652d9e9adbaae605ae229a432ba7af9155 (diff)
downloadaur-gimp-devel-stripped.tar.gz
Improve dependencies
+ specify versions for 'babl' and 'gegl' + include 'adwaita-icon-theme' explicitly
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9367cc456c84..3a8888fbdafd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_name=gimp
pkgname=${_name}-devel-stripped
pkgver=2.99.14
-pkgrel=4
+pkgrel=5
pkgdesc='GNU Image Manipulation Program (development version, stripped from most unnecessary dependencies)'
url='https://www.gimp.org/'
arch=('x86_64')
license=('GPL' 'LGPL')
conflicts=("${_name}")
provides=("${_name}")
-depends=('gtk3' 'babl' 'gegl' 'glib-networking' 'mypaint-brushes1' 'appstream-glib' 'libgexiv2')
+depends=('gtk3' 'babl>=0.1.98' 'gegl>=0.4.40' 'glib-networking' 'mypaint-brushes1' 'appstream-glib' 'libgexiv2' 'adwaita-icon-theme')
makedepends=('meson' 'intltool' 'iso-codes' 'gobject-introspection' 'libxslt' 'libxmu')
_snapshot="${_name}-${pkgver}"