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

Alexander Rødseth arodseth at archlinux.org
Sat Jan 3 18:06:34 UTC 2015


    Date: Saturday, January 3, 2015 @ 19:06:34
  Author: arodseth
Revision: 125236

upgpkg: nimble 1:0.6-1

Modified:
  nimble/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-03 17:59:04 UTC (rev 125235)
+++ PKGBUILD	2015-01-03 18:06:34 UTC (rev 125236)
@@ -1,7 +1,8 @@
 # Maintainer: Alexander F Rødseth <rodseth at gmail.com>
 
 pkgname=nimble
-pkgver=186
+pkgver=0.6
+epoch=1
 pkgrel=1
 pkgdesc='Package manager for the Nim programming language'
 arch=('x86_64' 'i686')
@@ -8,15 +9,9 @@
 url='https://github.com/nimrod-code/nimble'
 license=('BSD')
 makedepends=('nim' 'git')
-source=("$pkgname::git+https://github.com/nimrod-code/nimble.git#commit=b208b66749")
+source=("git://github.com/nimrod-code/nimble.git#tag=v$pkgver")
 md5sums=('SKIP')
 
-pkgver () {
-  cd "$pkgname"
-
-  git rev-list --count master
-}
-
 build() {
   cd "$pkgname/src/"
 



More information about the arch-commits mailing list