summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2015-07-20 23:24:05 +0200
committerFabien Dubosson2015-07-20 23:24:05 +0200
commit0b2d0ccffdd797cc5f24382cb62a2765ddcae539 (patch)
tree96809e5d6f5e61dfa1e90a3afa0393c682081e74
parent46b454ab22d2aa9c36ef9bcc832284891b99c268 (diff)
downloadaur-0b2d0ccffdd797cc5f24382cb62a2765ddcae539.tar.gz
Update to version 0.1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40edca3b9175..02bba341f2e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gws
pkgdesc = Colorful KISS helper for git workspaces
- pkgver = 0.1.7
+ pkgver = 0.1.8
pkgrel = 1
url = https://github.com/StreakyCobra/gws
changelog = ChangeLog
@@ -8,8 +8,8 @@ pkgbase = gws
license = MIT
depends = bash>4.0
depends = git
- source = https://github.com/StreakyCobra/gws/archive/0.1.7.tar.gz
- md5sums = cc987317713ae94f1e7691df5f8d2436
+ source = https://github.com/StreakyCobra/gws/archive/0.1.8.tar.gz
+ md5sums = f6da0de648b5af5ce818e109f39f003f
pkgname = gws
diff --git a/PKGBUILD b/PKGBUILD
index d6c2d4f25730..b02e16cdbe43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien Dubosson <fabien.dubosson@gmail.com>
pkgname="gws"
-pkgver="0.1.7"
+pkgver="0.1.8"
pkgrel="1"
pkgdesc="Colorful KISS helper for git workspaces"
url="https://github.com/StreakyCobra/gws"
@@ -10,7 +10,7 @@ arch=('any')
depends=('bash>4.0' 'git')
changelog="ChangeLog"
source=("https://github.com/StreakyCobra/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('cc987317713ae94f1e7691df5f8d2436')
+md5sums=('f6da0de648b5af5ce818e109f39f003f')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/"