[arch-commits] Commit in mono-upnp/trunk (PKGBUILD)

Daniel Isenmann daniel at archlinux.org
Sun Jun 3 19:15:15 UTC 2012


    Date: Sunday, June 3, 2012 @ 15:15:15
  Author: daniel
Revision: 160689

upgpkg: mono-upnp 0.1.2-1

new upstream release

Modified:
  mono-upnp/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-03 19:14:37 UTC (rev 160688)
+++ PKGBUILD	2012-06-03 19:15:15 UTC (rev 160689)
@@ -3,23 +3,21 @@
 # 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
 }
 




More information about the arch-commits mailing list