summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjandob2016-02-23 09:18:25 +0100
committerjandob2016-02-23 09:18:25 +0100
commit4e3b43a949d11a8b977e3d76b16bc8c6e475b167 (patch)
tree0b5da5afe870d5acf33c0944e1c3ec833745e94a
parentf53312ea977f4b5a3d441653f4bbf9b0fce19f67 (diff)
downloadaur-4e3b43a949d11a8b977e3d76b16bc8c6e475b167.tar.gz
automatic update from github
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7ed91bc4b15..e04d9263a3a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Feb 22 12:00:11 UTC 2016
+# Tue Feb 23 08:18:25 UTC 2016
pkgbase = rebash
pkgdesc = bash/shell library/framework
- pkgver = v0.1
- pkgrel = 1
+ pkgver = auto
+ pkgrel = auto
url = https://github.com/jandob/rebash
arch = x86_64
license = WTFPL
@@ -11,7 +11,7 @@ pkgbase = rebash
depends = bash
depends = sed
depends = grep
- source = git+https://github.com/jandob/rebash.git
+ source = git+https://github.com/jandob/rebash.git#tag=auto
md5sums = SKIP
pkgname = rebash
diff --git a/PKGBUILD b/PKGBUILD
index 1186b0ce59a7..2b757bbbb8f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Janosch Dobler <janosch.dobler@gmx.de>
pkgname=rebash
-pkgver=v0.1 # gets updated by pre-push hook
-pkgrel=1
+pkgver=auto # gets updated by pre-push hook
+pkgrel=auto # gets updated by pre-push hook
pkgdesc="bash/shell library/framework"
arch=('x86_64')
url="https://github.com/jandob/rebash"
license=('WTFPL')
depends=('bash' 'sed' 'grep')
makedepends=('git')
-source=('git+https://github.com/jandob/rebash.git')
+source=("git+https://github.com/jandob/rebash.git#tag=$pkgver")
md5sums=('SKIP')
package() {