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

Alexander Rødseth arodseth at archlinux.org
Thu Dec 31 16:37:35 UTC 2015


    Date: Thursday, December 31, 2015 @ 17:37:35
  Author: arodseth
Revision: 155119

Add Id

Modified:
  nimble/trunk/PKGBUILD	(contents, properties)

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-31 15:20:48 UTC (rev 155118)
+++ PKGBUILD	2015-12-31 16:37:35 UTC (rev 155119)
@@ -1,7 +1,8 @@
+# $Id$
 # Maintainer: Alexander F Rødseth <rodseth at gmail.com>
 
 pkgname=nimble
-pkgver=0.6.2
+pkgver=0.7.0
 epoch=1
 pkgrel=1
 pkgdesc='Package manager for the Nim programming language'
@@ -13,7 +14,7 @@
 md5sums=('SKIP')
 
 build() {
-  cd "$pkgname/src/"
+  cd "$pkgname/src"
 
   nim c -d:release nimble.nim
 }
@@ -25,4 +26,5 @@
   install -Dm644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/license.txt"
 }
 
+# getver ok
 # vim:set ts=2 sw=2 et:


Property changes on: nimble/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list