diff options
Diffstat (limited to 'community/miniupnpc/PKGBUILD')
-rw-r--r-- | community/miniupnpc/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/miniupnpc/PKGBUILD b/community/miniupnpc/PKGBUILD index 7f4858d6a..5ace90fa7 100644 --- a/community/miniupnpc/PKGBUILD +++ b/community/miniupnpc/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 99404 2013-10-28 11:22:46Z tredaelli $ +# $Id: PKGBUILD 104542 2014-01-22 15:26:03Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: Florian Loitsch <archlinux@florian.loitsch.com> pkgname=miniupnpc -pkgver=1.8 -pkgrel=2 +pkgver=1.8.20131209 +pkgrel=1 pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices" arch=('i686' 'x86_64') url="http://miniupnp.free.fr" license=('BSD') depends=('sh') source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz") -md5sums=('065bf20a20ebe605c675b7a5aaef340a') +sha256sums=('4fb429d74c9955d8c4a8c9b34ddd0fb8efce16266ee66200e7af135fedb998e7') build() { cd "$srcdir/$pkgname-$pkgver" |