summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-09-14 20:52:22 +0100
committerFFY002018-09-14 20:52:22 +0100
commit41b016bd800a7872984e7a05c292bc462ca9b458 (patch)
tree595a4cedf7f636e2306b41dcfeccedaafb1526b0
parent56beec20fc2c50a6c6dcdef90cbe939009bb46c6 (diff)
downloadaur-41b016bd800a7872984e7a05c292bc462ca9b458.tar.gz
fix pkgver
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb47f259d209..95d7330d5c1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -31,7 +31,7 @@ pkgbase = gegl-git
optdepends = libraw: raw plugin
optdepends = suitesparse: matting-levin plugin
optdepends = lua: lua plugin
- provides = gegl
+ provides = gegl=0.4.9.r8934.cf7eacb75
conflicts = gegl
options = !libtool
source = git+https://gitlab.gnome.org/GNOME/gegl.git
diff --git a/PKGBUILD b/PKGBUILD
index b2f9c787ab13..b4de37cf5261 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ optdepends=('openexr: for using the openexr plugin'
'libraw: raw plugin'
'suitesparse: matting-levin plugin'
'lua: lua plugin')
-provides=('gegl')
+provides=("gegl=$pkgver")
conflicts=('gegl')
options=(!libtool)
source=('git+https://gitlab.gnome.org/GNOME/gegl.git')