serf: needed homepage change

This commit is contained in:
Toyam Cox 2016-08-07 03:37:20 -04:00
parent f35ef50e76
commit e188469450
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'serf'
pkgname=serf
version=1.3.8
revision=8
revision=9
hostmakedepends="unzip scons"
makedepends="zlib-devel gdbm-devel libressl-devel apr-util-devel"
short_desc="High-performance asynchronous HTTP client library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Apache-2.0"
homepage="http://code.google.com/p/serf/"
homepage="http://serf.apache.org"
distfiles="https://archive.apache.org/dist/serf/serf-${version}.tar.bz2"
checksum=e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590
@ -25,7 +25,7 @@ serf-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
vmove usr/lib/*.so
vmove usr/lib/*.a
}
}