main/libmowgli: upgrade to 2.0.0

This commit is contained in:
Natanael Copa 2013-02-27 20:07:08 +00:00
parent 3a640ec408
commit 8a67c77e2d

View File

@ -1,7 +1,7 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=libmowgli
pkgver=1.0.0
pkgver=2.0.0
pkgrel=0
pkgdesc="mowgli is a framework designed to reduce writing of boilerplate code"
url="http://atheme.org/project/mowgli"
@ -11,9 +11,9 @@ depends=
makedepends=
install=
subpackages="$pkgname-dev"
source="http://distfiles.atheme.org//$pkgname-$pkgver.tar.gz"
source="https://github.com/atheme/libmowgli-2/archive/libmowgli-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
_builddir="$srcdir"/libmowgli-2-$pkgname-$pkgver
prepare() {
cd "$_builddir"
@ -36,4 +36,6 @@ package() {
make DESTDIR="$pkgdir" install
}
md5sums="1167e1ff090a2b7c20dffc68a86ca483 libmowgli-1.0.0.tar.gz"
md5sums="0b8cf8b66d745d40f186e3cbd22fdc0e libmowgli-2.0.0.tar.gz"
sha256sums="fd48e74f1f706b436e0f25c3d3d63753e9c066ef88e662cd34303ccd3b780798 libmowgli-2.0.0.tar.gz"
sha512sums="220254c6083fcce5a7cf4dfc0684a15db61aafc371570f74af8be6fb8e4562945dc241bb79539eafd440150573f39153156fb912628f9bc11854ecefdafe3f95 libmowgli-2.0.0.tar.gz"