diff options
author | root <root@rshg054.dnsready.net> | 2013-11-02 01:12:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-11-02 01:12:34 -0700 |
commit | eb9cc495e6d7c131c76f9abc178ac65f1e20fab1 (patch) | |
tree | 2666e8ff27419292a76d9f521c1a67dde999b26a /extra/libmowgli/PKGBUILD | |
parent | 22f873a6e3ac2c585a28a1ab2561eaea9765cdc6 (diff) |
Sat Nov 2 01:09:32 PDT 2013
Diffstat (limited to 'extra/libmowgli/PKGBUILD')
-rw-r--r-- | extra/libmowgli/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
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 <bisson@archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: Brad Gordon <brad@rpgcyco.net> -# Maintainer: Gaetan Bisson <bisson@archlinux.org> 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}" |