diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-01-29 14:55:30 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-01-29 14:55:30 +1100 |
commit | 218bcd6d5530b003e04ac697d6e61eeeb4350205 (patch) | |
tree | b62e705e2abfb7709dcdfd5aaf9d257d51014a21 /libsoup | |
parent | 28197ca304759c9d127dcfd6bdd06cb999ff8845 (diff) | |
parent | 7af6231bbfcbf2bbbe579d19370e3ed59664fd31 (diff) | |
download | contrib-218bcd6d5530b003e04ac697d6e61eeeb4350205.tar.gz contrib-218bcd6d5530b003e04ac697d6e61eeeb4350205.tar.xz |
Merge branch '3.2' into 3.3
Diffstat (limited to 'libsoup')
-rw-r--r-- | libsoup/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libsoup/Pkgfile b/libsoup/Pkgfile index e5b7d6ea6..e4a78b446 100644 --- a/libsoup/Pkgfile +++ b/libsoup/Pkgfile @@ -1,8 +1,8 @@ # Description: HTTP library implementation in C. -# URL: http://live.gnome.org/LibSoup +# URL: https://wiki.gnome.org/action/show/Projects/libsoup # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Matt Housh, jaeger at morpheus dot net -# Depends on: glib-networking libxml2 sqlite3 gobject-introspection +# Depends on: glib-networking gobject-introspection krb5 libxml2 # Optional: vala ## gobject-introspection is optional but required for webkitgtk @@ -10,7 +10,7 @@ name=libsoup version=2.56.0 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) +source=(https://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version |