summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Buch Hansen2019-10-18 19:31:28 +0200
committerDaniel Buch Hansen2019-10-18 19:31:28 +0200
commitd7e477153e5fc9486f6b10e4ee6f22f8b47429ad (patch)
tree583cfebd82d155f9573b024a2d645da7b7e98503
parent28cc6159c29369248d2d657657fa15e271c9ba01 (diff)
downloadaur-d7e477153e5fc9486f6b10e4ee6f22f8b47429ad.tar.gz
first release
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c424715fad4..6774b43d5949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ arch=(x86_64)
license=(GPL)
depends=('zsh>=5.3' 'ripgrep' 'bat' 'skim')
makedepends=(git)
-source=("git+https://github.com/dbuch/dbuch-zsh-config.git")
+_commit=87800ba4c17fcc849283ddf9e708f8e2432c6520 #tags/v0.1.0
+source=("git+https://github.com/dbuch/dbuch-zsh-config.git#commit=$_commit")
conflicts=('grml-zsh-config')
sha256sums=('SKIP')