summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Peter2023-07-23 20:02:10 +0200
committerDavid Peter2023-07-23 20:02:10 +0200
commitc450cb7d9dda02b77381ce88ef31908d5c6cd4a9 (patch)
tree0fad3faea4675e12cedf8cdb1091930b21053aa5 /PKGBUILD
parenta70c70c246dae311b51e42d097e620452a2c33db (diff)
downloadaur-insect.tar.gz
Add logo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16fc5902051e..30c9415057b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _npmname=insect
_npmver=5.9.0
pkgname=insect
pkgver=5.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="High precision scientific calculator with support for physical units"
arch=(any)
url="https://github.com/sharkdp/insect"
@@ -27,6 +27,7 @@ package() {
find "${pkgdir}" -name package.json -print0 | xargs -r -0 sed -i '/_where/d'
install -Dm644 "$_npmdir/insect/insect.desktop" "${pkgdir}/usr/share/applications/insect.desktop"
+ install -Dm644 "$_npmdir/insect/web/media/insect.svg" "${pkgdir}/usr/share/pixmaps/insect.svg"
chown -R root:root "${pkgdir}"
}