From eb9cc495e6d7c131c76f9abc178ac65f1e20fab1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 2 Nov 2013 01:12:34 -0700 Subject: Sat Nov 2 01:09:32 PDT 2013 --- extra/libmowgli/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'extra/libmowgli') diff --git a/extra/libmowgli/PKGBUILD b/extra/libmowgli/PKGBUILD index 79fd9a574..607a074d2 100644 --- a/extra/libmowgli/PKGBUILD +++ b/extra/libmowgli/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 176308 2013-01-29 11:24:40Z bisson $ - +# $Id: PKGBUILD 198675 2013-11-01 21:30:25Z bisson $ +# Maintainer: Gaetan Bisson # Contributor: Alexander Fehr # Contributor: Brad Gordon -# Maintainer: Gaetan Bisson pkgname=libmowgli pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc='Performance and usability-oriented extensions to C' url='http://www.atheme.org/project/mowgli' license=('custom') -depends=('glibc') arch=('i686' 'x86_64') -source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('5a697380f253f0456a5d8a38006a9d12847fb538') +depends=('openssl') +makedepends=('git') +source=("${pkgname}-${pkgver}::git+https://github.com/atheme/libmowgli-2.git#tag=${pkgname}-${pkgver}") +sha1sums=('SKIP') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf