summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenil2021-01-14 20:32:30 +0530
committerhenil2021-01-14 20:32:30 +0530
commit9f00604bb55c75659d1341a120d15e928fca2962 (patch)
treea7ba4345d3f764d61a2dca55f6153c87a00d8730
parent664d63f5452d70e3da34d4629ea583447dde354e (diff)
downloadaur-9f00604bb55c75659d1341a120d15e928fca2962.tar.gz
Copy layout and plugin files to appropriate locations
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54ab78a1a189..43e979afb2a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mosaic-git
pkgdesc = Terminal Workspace (WIP)
- pkgver = v0.1.1.98e5e94
+ pkgver = v0.1.1.e6a7ed3
pkgrel = 1
url = https://www.github.com/mosaic-org/mosaic
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 3f33d6740737..06305efe54a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Henil <dedaniahenil@gmail.com>
pkgname=mosaic-git
_pkgname=mosaic
-pkgver=v0.1.1.98e5e94
+pkgver=v0.1.1.e6a7ed3
_pkgver=0.1
pkgrel=1
epoch=
@@ -31,6 +31,8 @@ package() {
install -Dm644 assets/completions/mosaic.bash "${pkgdir}/usr/share/bash-completion/completions/mosaic.bash"
install -Dm644 assets/completions/mosaic.fish "${pkgdir}/usr/share/fish/completions/mosaic.fish"
install -Dm644 assets/completions/_mosaic "${pkgdir}/usr/share/zsh/site-functions/_mosaic"
+ install -Dm644 assets/layouts/* "${XDG_DATA_HOME:-$HOME/.local/share}/mosaic/"
+ install -Dm644 assets/plugins/* "${XDG_DATA_HOME:-$HOME/.local/share}/mosaic/"
}
pkgver() {