summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolaraquarion2015-12-20 20:58:34 -0500
committersolaraquarion2015-12-20 20:58:34 -0500
commite6642f9ec6c69c8fc96475f5a3cfff0eff888280 (patch)
tree281777385d2c5dce7f0cc8297b60e855ad7264a6
parentacf636e14328c5df359c712ecd1e158956af6da7 (diff)
downloadaur-e6642f9ec6c69c8fc96475f5a3cfff0eff888280.tar.gz
more initial importing
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b48fdbd80ee0..ce1772e1f2b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 21 00:46:58 UTC 2015
+# Mon Dec 21 01:58:25 UTC 2015
pkgbase = bashstyle-git
pkgdesc = A PyGTK client for managing bash, readline, vim, and nano settings (git version)
- pkgver = bashstyleng.9.1.r86.g8fecd78
+ pkgver = 0.9.1.r86.g8fecd78
pkgrel = 1
url = https://github.com/Nanolx/bashstyle-ng
install = bashstyle-git.install
diff --git a/PKGBUILD b/PKGBUILD
index e946f87c8da9..c0377c13eb55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ian <ian at kremlin dot cc>
pkgname=bashstyle-git
-pkgver=bashstyleng.9.1.r86.g8fecd78
+pkgver=0.9.1.r86.g8fecd78
pkgrel=1
pkgdesc="A PyGTK client for managing bash, readline, vim, and nano settings (git version)"
arch=('any')
@@ -19,7 +19,7 @@ md5sums=('SKIP'
pkgver() {
cd "$srcdir/bashstyle-ng"
- git describe --long | sed -E 's/([^-]*-g)/r\1/;s/-/./g'
+ git describe --long | sed 's/^bashstyleng-/0./;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {
cd "$srcdir/bashstyle-ng"