aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-02-27 20:38:08 +0100
committerbartus2021-02-27 20:38:08 +0100
commit4912eb8d53e19bc571846af400b1f339e43585d1 (patch)
tree4f8c9e39096365e3b27aade5462dbc3e3caaf1ed
parent30b4a0f0f7f66e607d2d5e66926a68766ed96e99 (diff)
downloadaur-4912eb8d53e19bc571846af400b1f339e43585d1.tar.gz
Update .SRCINFO to reflect build system switch.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd317ce2fde1..25997bebaa7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gimp-git
pkgdesc = GNU Image Manipulation Program
- pkgver = 2.99.5.r167.a4a9e17bf1
+ pkgver = 2.99.5.r200.64128c7787
pkgrel = 1
epoch = 2
url = https://www.gimp.org
@@ -9,7 +9,7 @@ pkgbase = gimp-git
license = GPL
license = LGPL
checkdepends = xorg-server-xvfb
- makedepends = meson
+ makedepends = vala
makedepends = git
makedepends = intltool>=0.40.1
makedepends = alsa-lib>=1.0.0
diff --git a/PKGBUILD b/PKGBUILD
index 52e8ce4cfd1f..19d50d36e276 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ _pkgname=${pkgname%-git}
provides=(gimp)
conflicts=(gimp)
epoch=2
-pkgver=2.99.5.r171.09bce474b1
+pkgver=2.99.5.r200.64128c7787
pkgrel=1
pkgdesc="GNU Image Manipulation Program"
arch=('i686' 'x86_64')