summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2016-08-06 16:31:16 +0800
committerIru Cai2016-08-06 16:31:16 +0800
commit6856e437140d0ec78e8d902745142df9f6c2ed67 (patch)
treedc2d42c2d54c641aab2490231206b237789c528c
parenta1a28ab396b21ecacb81211ec95bbf1430fa8212 (diff)
downloadaur-6856e437140d0ec78e8d902745142df9f6c2ed67.tar.gz
version update and PKGBUILD cleanup
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d16b4369aa3..82955538ff12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 28 00:29:22 UTC 2016
+# Sat Aug 6 08:31:12 UTC 2016
pkgbase = gegl-git
pkgdesc = Graph based image processing framework
- pkgver = 0.3.6.106.g4804364
+ pkgver = 0.3.8.20.gf361098
pkgrel = 1
url = http://www.gegl.org
arch = i686
@@ -32,7 +32,7 @@ pkgbase = gegl-git
optdepends = libraw: raw plugin
optdepends = suitesparse: matting-levin plugin
optdepends = lua: lua plugin
- provides = gegl=0.3.6.106.g4804364
+ provides = gegl=0.3.8.20.gf361098
conflicts = gegl>=0.3.0
options = !libtool
source = git://git.gnome.org/gegl
diff --git a/PKGBUILD b/PKGBUILD
index 7457eface821..099b08b50dd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Alexander Hunziker <alex.hunziker@gmail.com>
+# Maintainer: Iru Cai <mytbk920423@gmail.com>
+# Contributor: Alexander Hunziker <alex.hunziker@gmail.com>
# Contributor: Alessio Biancalana <dottorblaster@gmail.com>
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=gegl-git
-pkgver=0.3.6.106.g4804364
+pkgver=0.3.8.20.gf361098
pkgrel=1
pkgdesc="Graph based image processing framework"
arch=('i686' 'x86_64')
url="http://www.gegl.org"
license=('GPL3' 'LGPL3')
-groups=()
depends=('babl>=0.1.14' 'libspiro' 'json-glib')
makedepends=('git' 'intltool' 'python2' 'ruby' 'lua'
'libraw' 'openexr' 'ffmpeg' 'librsvg' 'jasper'
@@ -24,13 +24,9 @@ optdepends=('openexr: for using the openexr plugin'
'lua: lua plugin')
provides=("gegl=${pkgver}")
conflicts=('gegl>=0.3.0')
-replaces=()
-backup=()
options=(!libtool)
-install=
source=(git://git.gnome.org/gegl)
md5sums=('SKIP')
-noextract=()
_gitroot=GITURL
_gitname=gegl