diff options
Diffstat (limited to 'community/umurmur/PKGBUILD')
-rw-r--r-- | community/umurmur/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/umurmur/PKGBUILD b/community/umurmur/PKGBUILD index c191297ef..9b32008ff 100644 --- a/community/umurmur/PKGBUILD +++ b/community/umurmur/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 103638 2014-01-08 15:18:58Z bpiotrowski $ -# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> +# $Id: PKGBUILD 116197 2014-07-23 21:15:19Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: Robert Knauer <robert@privatdemail.net> # Contributor: xav <xav at ethertricks dot net> pkgname=umurmur pkgver=0.2.14 -pkgrel=1 +pkgrel=2 pkgdesc='Minimalistic Mumble server' arch=('i686' 'x86_64') url='http://code.google.com/p/umurmur/' license=('custom') -depends=('openssl' 'libconfig' 'protobuf-c') +depends=('polarssl' 'libconfig' 'protobuf-c') install=$pkgname.install backup=('etc/umurmur/umurmur.conf') source=(http://umurmur.googlecode.com/files/umurmur-$pkgver.tar.gz @@ -20,7 +20,7 @@ md5sums=('e22121b4b91f4c9de43f858f6defa0b0' build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --mandir=/usr/share/man --with-ssl=openssl + ./configure --prefix=/usr --mandir=/usr/share/man --with-ssl=polarssl make } |