Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gobject-introspection: update to 1.68.0
- using python 3.9
  • Loading branch information
wwwutz committed Aug 24, 2021
1 parent cb53a01 commit c21f8b4
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions gobject-introspection.be0
@@ -1,18 +1,17 @@
#!/usr/bin/env beesh

# BEE_VERSION gobject-introspection-1.58.3-0
# BEE_VERSION gobject-introspection-1.68.0-0

SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${PKGVERSION[2]}/gobject-introspection-${PKGVERSION}.tar.xz"
# SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${PKGVERSION[2]}/gobject-introspection-${PKGVERSION}.tar.xz"

# PATCHURL+=()
SRCURL[0]="https://beehive.molgen.mpg.de/b106680b153bebb67c8987e64bbafcc6/gobject-introspection-1.68.0.tar.xz"

# EXCLUDE+=()
# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -21,9 +20,9 @@ SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${PKGVE
# bee_patch "${@}"
#}

mee_configure() {
bee_configure --disable-static
}
#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
Expand Down

0 comments on commit c21f8b4

Please sign in to comment.