summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Buch Hansen2019-10-25 21:11:07 +0200
committerDaniel Buch Hansen2019-10-25 21:11:07 +0200
commitbabbb27ed992dbd0582e649e6b698cabdcaf6205 (patch)
tree1c3725911997827f3aebc517da77e4d0ab5336ae
parent6c82e56574c4b6a2925de123102433e8e6fe592a (diff)
downloadaur-babbb27ed992dbd0582e649e6b698cabdcaf6205.tar.gz
bump version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ab82a51c975..c71a4d7813e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dbuch-zsh-config
pkgdesc = dbuch zsh configuration
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
url = https://github.com/dbuch/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = dbuch-zsh-config
depends = skim
depends = ttf-ionicons
conflicts = grml-zsh-config
- source = git+https://github.com/dbuch/dbuch-zsh-config.git#commit=a57702089169571e8f821bf338806e82f2015ee4
+ source = git+https://github.com/dbuch/dbuch-zsh-config.git#commit=6934c7f156528ca7d665aa5577cc59dc32869698
sha256sums = SKIP
pkgname = dbuch-zsh-config
diff --git a/PKGBUILD b/PKGBUILD
index 4253b4fbfeff..95833bfe7d08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Buch Hansen (dbuch) <boogiewasthere@gmail.com>
pkgname=dbuch-zsh-config
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="dbuch zsh configuration"
url="https://github.com/dbuch/"
@@ -9,7 +9,7 @@ arch=(x86_64)
license=(GPL)
depends=('zsh>=5.3' 'ripgrep' 'bat' 'skim' 'ttf-ionicons')
makedepends=(git)
-_commit=a57702089169571e8f821bf338806e82f2015ee4 # tag v0.1.3
+_commit=6934c7f156528ca7d665aa5577cc59dc32869698 # tag v0.1.4
source=("git+https://github.com/dbuch/dbuch-zsh-config.git#commit=$_commit")
conflicts=('grml-zsh-config')
sha256sums=('SKIP')