From 8bc3914af7e3e7831f27378c624d18a955c54470 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 1 Nov 2019 12:45:47 +0100 Subject: [PATCH] babl: Update version from 0.1.66 to 0.1.72 Required by GIMP 2.10.14. Also, update the suffix, and adapt the commands for Meson. --- babl.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/babl.be0 b/babl.be0 index a15242a23..d59d1fc97 100755 --- a/babl.be0 +++ b/babl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION babl-0.1.66-0 +# BEE_VERSION babl-0.1.72-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://download.gimp.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://download.gimp.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -50,7 +50,7 @@ SRCURL[0]="https://download.gimp.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION mee_build() { bee_build - start_cmd make check + start_cmd ninja test } #mee_install() {