summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHexchain Tong2016-07-15 00:13:52 +0800
committerHexchain Tong2016-07-15 00:13:52 +0800
commita52520371a39755b30de933adfb45a8ffde6ee42 (patch)
tree95d7f150b36393a39dd53820696211c1de971ae7
parent4396fc1c01552a8e60aacb17f5ed6006560f4072 (diff)
downloadaur-a52520371a39755b30de933adfb45a8ffde6ee42.tar.gz
upgpkg
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10c60fe9a073..3a192ce6fe33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Mar 30 04:59:08 UTC 2016
+# Thu Jul 14 16:13:47 UTC 2016
pkgbase = elvish
pkgdesc = A novel Unix shell.
- pkgver = 0.1
- pkgrel = 2
+ pkgver = 0.2
+ pkgrel = 1
url = https://github.com/elves/elvish
install = elvish.install
arch = i686
@@ -13,7 +13,7 @@ pkgbase = elvish
makedepends = go
depends = glibc
provides = elvish
- source = git+https://github.com/elves/elvish.git#tag=0.1
+ source = git+https://github.com/elves/elvish.git#tag=0.2
md5sums = SKIP
pkgname = elvish
diff --git a/PKGBUILD b/PKGBUILD
index 235a9499e429..1cb4116ecfc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Haochen Tong <i at hexchain dot org>
pkgname=elvish
-pkgver=0.1
-pkgrel=2
+pkgver=0.2
+pkgrel=1
pkgdesc="A novel Unix shell."
arch=('i686' 'x86_64')
url="https://github.com/elves/elvish"
@@ -10,7 +10,7 @@ license=('custom:2-clause BSD')
provides=('elvish')
makedepends=('git' 'go')
depends=('glibc')
-source=("git+https://github.com/elves/elvish.git#tag=0.1")
+source=("git+https://github.com/elves/elvish.git#tag=$pkgver")
md5sums=('SKIP')
install=elvish.install