Skip to content

Commit

Permalink
babl: Update version from 0.1.66 to 0.1.72
Browse files Browse the repository at this point in the history
Required by GIMP 2.10.14.

Also, update the suffix, and adapt the commands for Meson.
  • Loading branch information
pmenzel committed Nov 1, 2019
1 parent 53e2080 commit 8bc3914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions babl.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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.
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 8bc3914

Please sign in to comment.