summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Asimi2019-07-22 13:36:59 -0400
committerRon Asimi2019-07-22 13:36:59 -0400
commiteed6edcd90d3cc68e3a309718bcf9c29860f8468 (patch)
tree1516c17d4f9988f6208d3f78b6e569db935c9ef1
parent75e797ed6d7c3ee0580cba995674785f6c8c80f3 (diff)
downloadaur-eed6edcd90d3cc68e3a309718bcf9c29860f8468.tar.gz
update with config dir
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de5ed4f466de..3b2503dab547 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zsh-theme-powerlevel10k-git
pkgdesc = Powerlevel10k is a theme for ZSH. It's a backward-compatible fork of Powerlevel9k with lower latency and better prompt responsiveness
- pkgver = r2070.5e72d3c
+ pkgver = r2255.a1c45a5
pkgrel = 1
url = https://github.com/romkatv/powerlevel10k
install = zsh-theme-powerlevel10k.install
diff --git a/PKGBUILD b/PKGBUILD
index 9241221100cb..b51d5303f6e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=powerlevel10k
pkgname=zsh-theme-${_pkgname}-git
-pkgver=r2070.5e72d3c
+pkgver=r2255.a1c45a5
pkgrel=1
pkgdesc="Powerlevel10k is a theme for ZSH. It's a backward-compatible fork of Powerlevel9k with lower latency and better prompt responsiveness"
arch=('any')
@@ -59,6 +59,8 @@ package()
install -D -m644 prompt.png "${pkgdir}/usr/share/zsh-theme-${_pkgname}/prompt.png"
install -D -m644 demo.png "${pkgdir}/usr/share/zsh-theme-${_pkgname}/demo.png"
install -D -m644 p9k-vs-p10k.cast "${pkgdir}/usr/share/zsh-theme-${_pkgname}/p9k-vs-p10k.cast"
+ install -d "${pkgdir}/usr/share/zsh-theme-${_pkgname}/config"
+ cp -R config "$pkgdir"/usr/share/zsh-theme-${_pkgname}/
install -d "${pkgdir}/usr/share/zsh-theme-${_pkgname}/gitstatus/bin"
cp -R gitstatus "$pkgdir"/usr/share/zsh-theme-${_pkgname}/
cp -R internal "$pkgdir"/usr/share/zsh-theme-${_pkgname}/