summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2021-06-07 22:06:55 +0300
committerorhun2021-06-07 22:06:55 +0300
commitd02d572400ebeb01767cbef90ab081c4b452cee3 (patch)
treee90ce0f98927d99f4f37ccb67073446133070457 /PKGBUILD
parentd7ffe0c0fc6ba243523fe9fb550d139dd34b6817 (diff)
downloadaur-d02d572400ebeb01767cbef90ab081c4b452cee3.tar.gz
upgpkg: xplr-git 0.14.0.r0.gf1ffc55-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a6f8c218290..54e837b338e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=xplr-git
-pkgver=0.8.4.r0.g50d6edb
+pkgver=0.14.0.r0.gf1ffc55
pkgrel=1
pkgdesc="A hackable, minimal, fast TUI file explorer (git)"
arch=('x86_64')
@@ -35,7 +35,7 @@ package() {
install -Dm 755 "target/release/${pkgname%-git}" -t "${pkgdir}/usr/bin"
install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
- install -Dm 644 src/config.yml -t "$pkgdir/usr/share/${pkgname%-git}/examples"
+ install -Dm 644 src/init.lua -t "$pkgdir/usr/share/${pkgname%-git}/examples"
install -Dm 644 "assets/desktop/${pkgname%-git}.desktop" -t "$pkgdir/usr/share/applications"
for i in 128 16 32 64; do
install -Dm 644 "assets/icon/${pkgname%-git}${i}.png" "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname%-git}.png"