summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2020-01-17 21:11:29 +0100
committerbartus2020-01-17 21:11:29 +0100
commit05f0b2672424c07de785fc31f31474c5327e60b5 (patch)
treebc7762a65023137e97c4a8b56b5b8a984cb05840 /PKGBUILD
parent9583c8206bf89e3d11d37f0fba04028656c437c5 (diff)
downloadaur-05f0b2672424c07de785fc31f31474c5327e60b5.tar.gz
Pop version 1.75, update provides.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c172b2310991..0656c27c9e97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgname=babl
pkgname="${_pkgname}-git"
-pkgver=0.1.73.r1597.cff46ae
+pkgver=0.1.75.r1613.c0219d3
pkgrel=1
pkgdesc="Dynamic, any to any, pixel format translation library."
arch=('x86_64')
@@ -16,7 +16,7 @@ url="https://www.gegl.org/babl"
license=('LGPL3')
depends=('glibc' 'lcms2')
makedepends=('git' 'gobject-introspection' 'meson')
-provides=("babl=${pkgver}")
+provides=("babl=${pkgver%%.r*}")
conflicts=('babl')
options=(!libtool)
source=(git+https://gitlab.gnome.org/GNOME/babl)