summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 627f98a87f14..64b783944594 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = insect
pkgdesc = High precision scientific calculator with support for physical units
pkgver = 5.9.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sharkdp/insect
arch = any
license = MIT
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}"
}