aboutsummaryrefslogtreecommitdiffstats
path: root/main/librsync/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-03-18 13:13:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-18 13:50:24 +0000
commit014815f3c6ab30ccaee4e891df76adf745324812 (patch)
treefb7e9e9d104856e6e505a1409e7ab7c23547aee8 /main/librsync/APKBUILD
parent6e7e5a847ef767d7726c99867cc76868e81963fc (diff)
main/librsync: upgrade to 1.0.0
Diffstat (limited to 'main/librsync/APKBUILD')
-rw-r--r--main/librsync/APKBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/main/librsync/APKBUILD b/main/librsync/APKBUILD
index dd525e208b6..776a091d9d3 100644
--- a/main/librsync/APKBUILD
+++ b/main/librsync/APKBUILD
@@ -1,23 +1,24 @@
# Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com>
# Maintainer: Jeremy Thomerson <jeremy@thomersonfamily.com>
pkgname=librsync
-pkgver=0.9.7
-pkgrel=2
+pkgver=1.0.0
+pkgrel=0
pkgdesc="librsync implements the rolling-checksum algorithm of rsync"
-url="http://sourceforge.net/projects/librsync/"
+url="https://github.com/librsync/librsync"
arch="all"
license="LGPL 2.1"
depends=""
-makedepends=""
+makedepends="autoconf automake libtool popt-dev"
install=
subpackages="$pkgname-dev $pkgname-doc"
-source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/librsync/librsync/archive/v$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
update_config_sub || return 1
+ ./autogen.sh
}
build() {
@@ -39,4 +40,6 @@ package() {
rm "$pkgdir"/usr/lib/*.la || return 1
}
-md5sums="24cdb6b78f45e0e83766903fd4f6bc84 librsync-0.9.7.tar.gz"
+md5sums="829fad850e470dab9cc38a955746aa72 librsync-1.0.0.tar.gz"
+sha256sums="2195998516960ce84d93f88ee3bfd92f430a16cdba4b5d34560a39fa13fcafd9 librsync-1.0.0.tar.gz"
+sha512sums="8812671ff5d8cb841b188902cb8da117655d2252c2fb8c8b4a445ce535500bda7e43ea82d0a687f30544e922693c268effb08af2856f1b1210d0228daf273bf1 librsync-1.0.0.tar.gz"