summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-09-20 18:33:34 +0200
committerbartus2019-09-20 18:33:34 +0200
commit2542e13f02e7ec0ef01ae203bc584fca6cfd5bcb (patch)
treea4678575424a70e1be233ca2a0b9b3de5d6e25e3
parentc33ccf580659119517112b9061e49cacf55d7b87 (diff)
downloadaur-2542e13f02e7ec0ef01ae203bc584fca6cfd5bcb.tar.gz
Switch python2 to python in makedepends.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--PKGBUILD.in2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9431f117658..53338351fd8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gegl-git
pkgdesc = Graph based image processing framework
- pkgver = 0.4.17.r9789.66e49574b
+ pkgver = 0.4.17.r9794.ae8b3e7ca
pkgrel = 1
url = https://www.gegl.org
arch = i686
@@ -10,7 +10,7 @@ pkgbase = gegl-git
makedepends = git
makedepends = meson
makedepends = intltool
- makedepends = python2
+ makedepends = python
makedepends = ruby
makedepends = lua
makedepends = libraw
@@ -32,7 +32,7 @@ pkgbase = gegl-git
optdepends = libraw: raw plugin
optdepends = suitesparse: matting-levin plugin
optdepends = lua: lua plugin
- provides = gegl=0.4.17.r9789.66e49574b
+ provides = gegl=0.4.17.r9794.ae8b3e7ca
conflicts = gegl
options = !libtool
source = git+https://gitlab.gnome.org/GNOME/gegl.git
diff --git a/PKGBUILD b/PKGBUILD
index 55637d52b541..7ee5a98ad853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
_pkgname=gegl
pkgname="${_pkgname}-git"
-pkgver=0.4.17.r9789.66e49574b
+pkgver=0.4.17.r9794.ae8b3e7ca
pkgrel=1
pkgdesc="Graph based image processing framework"
arch=('i686' 'x86_64')
url="https://www.gegl.org"
license=('GPL3' 'LGPL3')
depends=('babl>=0.1.72' 'libspiro' 'json-glib')
-makedepends=('git' 'meson' 'intltool' 'python2' 'ruby' 'lua'
+makedepends=('git' 'meson' 'intltool' 'python' 'ruby' 'lua'
'libraw' 'openexr' 'ffmpeg' 'librsvg' 'jasper'
'libtiff' 'suitesparse' 'gobject-introspection')
optdepends=('openexr: for using the openexr plugin'
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 173fc9c358a8..32ef7a644657 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -16,7 +16,7 @@ arch=('i686' 'x86_64')
url="https://www.gegl.org"
license=('GPL3' 'LGPL3')
depends=('babl>=@_babl_version@' 'libspiro' 'json-glib')
-makedepends=('git' 'meson' 'intltool' 'python2' 'ruby' 'lua'
+makedepends=('git' 'meson' 'intltool' 'python' 'ruby' 'lua'
'libraw' 'openexr' 'ffmpeg' 'librsvg' 'jasper'
'libtiff' 'suitesparse' 'gobject-introspection')
optdepends=('openexr: for using the openexr plugin'