summaryrefslogtreecommitdiff
path: root/extra/mono-upnp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mono-upnp/PKGBUILD')
-rw-r--r--extra/mono-upnp/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/mono-upnp/PKGBUILD b/extra/mono-upnp/PKGBUILD
index 02b0d806b..c819c4cd2 100644
--- a/extra/mono-upnp/PKGBUILD
+++ b/extra/mono-upnp/PKGBUILD
@@ -1,25 +1,23 @@
-# $Id: PKGBUILD 154079 2012-03-22 17:57:25Z daniel $
+# $Id: PKGBUILD 160690 2012-06-03 19:15:39Z daniel $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=mono-upnp
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="UPNP binding for Mono/.NET"
arch=('i686' 'x86_64')
url="https://github.com/mono/mono-upnp"
license=('MIT')
depends=('gtk-sharp-2' 'mono-addins' 'taglib-sharp')
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('35b3e2ab07407eed018a5b24c22241aa')
+source=(https://github.com/downloads/mono/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('9fd681bc1fee67db8a54f5da1a3805dc')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./autogen.sh --help
sed -i 's/nunit/mono-nunit/' configure tests/*/Makefile.in
./configure --prefix=/usr
-
make
}