diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2017-01-26 22:04:02 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2017-01-26 22:04:02 +0100 |
commit | 228921d539b45602e9d72dc7d1bddf3fd02c3f35 (patch) | |
tree | cb5f54b3b3a24b9ab7da9b2e8bf44aec99f7d607 /gobject-introspection | |
parent | 21f6955f36ecf2fbaf664ed25fb6240b7a938a24 (diff) | |
parent | c7e1a11b6423614e612828afcb98bb31a21ea390 (diff) | |
download | opt-228921d539b45602e9d72dc7d1bddf3fd02c3f35.tar.gz opt-228921d539b45602e9d72dc7d1bddf3fd02c3f35.tar.xz |
Merge branch '3.2' into 3.3
Diffstat (limited to 'gobject-introspection')
-rw-r--r-- | gobject-introspection/.footprint | 1 | ||||
-rw-r--r-- | gobject-introspection/.md5sum | 2 | ||||
-rw-r--r-- | gobject-introspection/Pkgfile | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/gobject-introspection/.footprint b/gobject-introspection/.footprint index 9ae66b6e0..07405d5d4 100644 --- a/gobject-introspection/.footprint +++ b/gobject-introspection/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/g-ir-annotation-tool -rwxr-xr-x root/root usr/bin/g-ir-compiler -rwxr-xr-x root/root usr/bin/g-ir-generate +-rwxr-xr-x root/root usr/bin/g-ir-inspect -rwxr-xr-x root/root usr/bin/g-ir-scanner drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/gobject-introspection-1.0/ diff --git a/gobject-introspection/.md5sum b/gobject-introspection/.md5sum index 1481c7053..3b6679197 100644 --- a/gobject-introspection/.md5sum +++ b/gobject-introspection/.md5sum @@ -1 +1 @@ -01301fa9019667d48e927353e08bc218 gobject-introspection-1.48.0.tar.xz +5af8d724f25d0c9cfbe6df41b77e5dc0 gobject-introspection-1.50.0.tar.xz diff --git a/gobject-introspection/Pkgfile b/gobject-introspection/Pkgfile index 94952c6c4..37f15b92b 100644 --- a/gobject-introspection/Pkgfile +++ b/gobject-introspection/Pkgfile @@ -5,9 +5,9 @@ # Depends on: python glib name=gobject-introspection -version=1.48.0 +version=1.50.0 release=1 -source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz) +source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz) build() { cd $name-$version |