summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Buch Hansen2019-10-21 13:19:44 +0200
committerDaniel Buch Hansen2019-10-21 13:19:44 +0200
commit4f1230c9ee1c67b5db25edb474b3a7d3c3625857 (patch)
tree88ead180b47f0e2334b5a90e57f71551c4aa423d
parent243c9335c424cbbb8cfec0d3c8abdd2b4c03a369 (diff)
downloadaur-4f1230c9ee1c67b5db25edb474b3a7d3c3625857.tar.gz
update pkg
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5497c396f9e2..43b443250136 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dbuch-zsh-config
pkgdesc = dbuch zsh configuration
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/dbuch/
arch = x86_64
@@ -10,8 +10,9 @@ pkgbase = dbuch-zsh-config
depends = ripgrep
depends = bat
depends = skim
+ provides = grml-zsh-config
conflicts = grml-zsh-config
- source = git+https://github.com/dbuch/dbuch-zsh-config.git
+ source = git+https://github.com/dbuch/dbuch-zsh-config.git#commit=87800ba4c17fcc849283ddf9e708f8e2432c6520
sha256sums = SKIP
pkgname = dbuch-zsh-config
diff --git a/PKGBUILD b/PKGBUILD
index 9f09aadc5940..5fb2d5fed683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Daniel Buch Hansen (dbuch) <boogiewasthere@gmail.com>
pkgname=dbuch-zsh-config
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="dbuch zsh configuration"
url="https://github.com/dbuch/"
arch=(x86_64)
license=(GPL)
-depends=('zsh>=5.3' 'ripgrep' 'bat' 'skim')
+depends=('zsh>=5.3' 'ripgrep' 'bat' 'skim' 'ttf-ionicons')
makedepends=(git)
-_commit=87800ba4c17fcc849283ddf9e708f8e2432c6520 #tags/v0.1.0
+_commit=3de1bdb1e1eddead0e8e410d9b10726676988bb2 # tag v0.1.2
source=("git+https://github.com/dbuch/dbuch-zsh-config.git#commit=$_commit")
conflicts=('grml-zsh-config')
-provides=('grml-zsh-config')
sha256sums=('SKIP')
pkgver() {