libproxy: update to 0.4.13
Project moved to GitHub from Google Code (#4762)
This commit is contained in:
parent
4409ab8d28
commit
ff2687315c
|
@ -1,10 +0,0 @@
|
|||
--- libproxy/test/get-pac-test.cpp
|
||||
+++ libproxy/test/get-pac-test.cpp
|
||||
@@ -3,6 +3,7 @@
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
||||
+#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libproxy'
|
||||
pkgname=libproxy
|
||||
version=0.4.11
|
||||
revision=4
|
||||
version=0.4.13
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0
|
||||
-DWITH_PERL=0 -DWITH_PYTHON=1 -DWITH_WEBKIT=0"
|
||||
|
@ -9,10 +9,10 @@ hostmakedepends="pkg-config python cmake"
|
|||
makedepends="zlib-devel"
|
||||
short_desc="A library handling all the details of proxy configuration"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://libproxy.googlecode.com"
|
||||
homepage="http://github.com/libproxy/libproxy"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://libproxy.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||
checksum=dc3f33de54163718f82b3e7c496a7de97f8862578414b8ecaad3cbfe4821864b
|
||||
distfiles="https://github.com/libproxy/libproxy/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=d610bc0ef81a18ba418d759c5f4f87bf7102229a9153fb397d7d490987330ffd
|
||||
|
||||
libproxy-devel_package() {
|
||||
depends="libproxy>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user