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

Levente Polyak anthraxx at archlinux.org
Mon Feb 1 23:38:05 UTC 2016


    Date: Tuesday, February 2, 2016 @ 00:38:05
  Author: anthraxx
Revision: 159835

upgpkg: cjdns 17.3-1

Modified:
  cjdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-01 23:32:15 UTC (rev 159834)
+++ PKGBUILD	2016-02-01 23:38:05 UTC (rev 159835)
@@ -5,7 +5,7 @@
 # Contributor: Xyne
 
 pkgname=cjdns
-pkgver=17.1
+pkgver=17.3
 pkgrel=1
 pkgdesc='A routing engine designed for security, scalability, speed and ease of use'
 url='https://github.com/cjdelisle/cjdns'
@@ -15,11 +15,11 @@
 makedepends=('nodejs' 'python2')
 install=cjdns.install
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
-sha512sums=('aac6fc6d18bfd35d81a1cb4d1a72e7d8ed3aca8546780abec4994daf913d520956f917b9dd7ee3b93fc37504830a6cebf56a80976f74a4f576b35ab4de0ad3b7')
+sha512sums=('4808da4aaaa22f65864114aa9e122184351ca16b8b9bb2961d10c45cbc0565341a1a1a4f7fd4628777eda8f6ffcd3aece6d6f78ab3e3dfbe31595652183240e6')
 
 build() {
   cd ${pkgname}-${pkgname}-v${pkgver}
-  bash 'do'
+  CJDNS_RELEASE_VERSION="${pkgver}" bash 'do'
 }
 
 package() {



More information about the arch-commits mailing list