summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5aa83312180f..39d38a81dee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ilaï Deutel <PlMWPh1WSmypRv0JQljz> (echo ... | tr 'A-Za-z' 'l-za-kL-ZA-K' | base64 -d)
pkgname=kibi-git
-pkgver=0.2.2.r41.gbbf58ed
+pkgver=0.2.2.r44.g6fd5b66
pkgrel=1
pkgdesc="A tiny text editor, written in Rust"
url="https://github.com/ilai-deutel/kibi"
@@ -51,6 +51,7 @@ package() {
# Install license
install -Dm644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
- # Install desktop file
+ # Install desktop file and logo
install -Dm644 kibi.desktop -t "$pkgdir/usr/share/applications"
+ install -Dm644 assets/logo.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/kibi.svg"
}