summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afb69a84c896..12450a8d55a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 24 04:29:38 UTC 2016
+# Fri Feb 26 03:32:31 UTC 2016
pkgbase = prototypical
pkgdesc = A starting point for a project
- pkgver = 0.0.5
+ pkgver = 0.0.6
pkgrel = 1
url = https://github.com/vinsonchuong/prototypical
arch = any
@@ -18,7 +18,7 @@ pkgbase = prototypical
depends = nodejs
depends = npm
optdepends = hub
- source = https://github.com/vinsonchuong/prototypical/archive/v0.0.5-1.tar.gz
+ source = https://github.com/vinsonchuong/prototypical/archive/v0.0.6-1.tar.gz
md5sums = SKIP
pkgname = prototypical
diff --git a/PKGBUILD b/PKGBUILD
index 686d8cc94cd2..73a7626f3a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vinson Chuong <vinsonchuong@gmail.com>
pkgname=prototypical
-pkgver=0.0.5
+pkgver=0.0.6
pkgrel=1
pkgdesc=A\ starting\ point\ for\ a\ project
arch=(any)
@@ -21,7 +21,7 @@ checkdepends=(
bats-git
git
)
-source=(https://github.com/vinsonchuong/prototypical/archive/v0.0.5-1.tar.gz)
+source=(https://github.com/vinsonchuong/prototypical/archive/v0.0.6-1.tar.gz)
md5sums=("SKIP")
build ()
{