diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2015-04-07 22:35:46 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2015-04-09 22:57:00 +0200 |
commit | bdfa8d7b9a70b5747c59cf21db9553a706dc8140 (patch) | |
tree | a29246e1064110934cb11279e1b4579ccc5d4058 /glib/Pkgfile | |
parent | 5aad527360a3db36dae879795f1bf20f82b35952 (diff) | |
download | opt-bdfa8d7b9a70b5747c59cf21db9553a706dc8140.tar.gz opt-bdfa8d7b9a70b5747c59cf21db9553a706dc8140.tar.xz |
glib: updated to 2.44.0
Diffstat (limited to 'glib/Pkgfile')
-rw-r--r-- | glib/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/glib/Pkgfile b/glib/Pkgfile index dc8d4bc6d..5205a88c5 100644 --- a/glib/Pkgfile +++ b/glib/Pkgfile @@ -4,14 +4,12 @@ # Depends on: libpcre libffi python name=glib -version=2.42.2 +version=2.44.0 release=1 -source=(http://download.gnome.org/sources/$name/2.42/$name-$version.tar.xz \ - no-schemas-segfault-fix-2.patch) +source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz) build () { cd $name-$version - patch -p1 -i $SRC/no-schemas-segfault-fix-2.patch ./configure --prefix=/usr \ --disable-man \ |