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

Anatol Pomozov anatolik at archlinux.org
Tue Aug 4 14:11:29 UTC 2015


    Date: Tuesday, August 4, 2015 @ 16:11:29
  Author: anatolik
Revision: 137935

upgpkg: nanomsg 0.6-1

Modified:
  nanomsg/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-04 12:50:52 UTC (rev 137934)
+++ PKGBUILD	2015-08-04 14:11:29 UTC (rev 137935)
@@ -4,7 +4,7 @@
 # Contributor: James Bulmer <nekinie at gmail.com>
 
 pkgname=nanomsg
-pkgver=0.5
+pkgver=0.6
 _tag=$pkgver-beta
 pkgrel=1
 pkgdesc='Simple high-performance implementation of several "scalability protocols"'
@@ -12,11 +12,12 @@
 license=(MIT)
 arch=(i686 x86_64)
 depends=(glibc)
-source=(http://download.nanomsg.org/nanomsg-$_tag.tar.gz)
-sha1sums=('2826bf58fe29550777dbe610e12ed20d386a6974')
+source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$_tag.tar.gz)
+sha1sums=('637d3844c8928faf73aa6f8caaadd270c8c27dfd')
 
 build() {
   cd nanomsg-$_tag
+  ./autogen.sh
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list