summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2021-04-28 09:30:20 -0400
committerTed Alff2021-04-28 09:30:20 -0400
commitd12e1becd458778559318ebacb3ec62940b4c1cc (patch)
tree899707022a9173d1c8c8d51b745cc4556f34e124
parent620e725bf00bbf95eac13653a4939945136aa4bc (diff)
downloadaur-d12e1becd458778559318ebacb3ec62940b4c1cc.tar.gz
Version bump 2.99.6
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21dc5c6e80e4..ca82ce27ef49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = gimp-devel
pkgdesc = GNU Image Manipulation Program (Development version)
- pkgver = 2.99.4
- pkgrel = 2
+ pkgver = 2.99.6
+ pkgrel = 1
url = http://www.gimp.org/
arch = i686
arch = x86_64
+ arch = armv7h
+ arch = aarch64
license = GPL
license = LGPL
checkdepends = xorg-server-xvfb
@@ -44,11 +46,12 @@ pkgbase = gimp-devel
depends = openexr
depends = mypaint-brushes1
depends = babl>=0.1.78
- depends = gegl>=0.4.27
+ depends = gegl>=0.4.30
depends = cairo
depends = python-gobject
depends = appstream-glib
depends = libxmu
+ depends = graphviz
optdepends = gutenprint: for sophisticated printing only as gimp has built-in cups print support
optdepends = alsa-lib: for MIDI event controller module
optdepends = curl: for URI support
@@ -64,11 +67,11 @@ pkgbase = gimp-devel
optdepends = gjs: JavaScript scripting support
optdepends = luajit: LUA scripting support
optdepends = lua51-lgi: LUA scripting support
- provides = gimp=2.99.4
+ provides = gimp=2.99.6
conflicts = gimp
- source = https://download.gimp.org/pub/gimp/v2.99/gimp-2.99.4.tar.bz2
+ source = https://download.gimp.org/pub/gimp/v2.99/gimp-2.99.6.tar.bz2
source = linux.gpl
- sha256sums = df25c149c78f265181809d7685a9470a62c3c2f08c05e8498a4d5c86a048a5b2
+ sha256sums = 8d264b28445a3df2b940f30ee0b89b469255e975e8563b889fd57fb2f58f66a0
sha256sums = 1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3
pkgname = gimp-devel
diff --git a/PKGBUILD b/PKGBUILD
index 83bbd8438a22..1ea7c7a09337 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgname=gimp
pkgname=${_pkgname}-devel
-pkgver=2.99.4
-pkgrel=2
+pkgver=2.99.6
+pkgrel=1
pkgdesc="GNU Image Manipulation Program (Development version)"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="http://www.gimp.org/"
license=('GPL' 'LGPL')
depends=('gtk3' 'lcms2' 'libwmf' 'icu' 'enchant' 'libgexiv2' 'librsvg' 'desktop-file-utils'
'libexif' 'openjpeg2' 'poppler-glib' 'poppler-data' 'openexr' 'mypaint-brushes1'
- 'babl>=0.1.78' 'gegl>=0.4.27' 'cairo' 'python-gobject' 'appstream-glib' 'libxmu')
+ 'babl>=0.1.78' 'gegl>=0.4.30' 'cairo' 'python-gobject' 'appstream-glib' 'libxmu' 'graphviz')
makedepends=('intltool' 'libxslt' 'glib-networking'
'alsa-lib' 'curl' 'ghostscript' 'libxpm' 'webkit2gtk'
'libheif' 'libwebp' 'libmng' 'iso-codes' 'aalib' 'zlib'
@@ -35,7 +35,7 @@ optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cu
conflicts=("${_pkgname}")
provides=("${_pkgname}=${pkgver}")
source=(https://download.gimp.org/pub/gimp/v${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2 linux.gpl)
-sha256sums=('df25c149c78f265181809d7685a9470a62c3c2f08c05e8498a4d5c86a048a5b2'
+sha256sums=('8d264b28445a3df2b940f30ee0b89b469255e975e8563b889fd57fb2f58f66a0'
'1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3')
build() {
cd "${_pkgname}-${pkgver}"