summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorericek1112021-08-29 21:40:25 +0200
committerericek1112021-08-29 21:40:25 +0200
commit05f83cb5a8e6cd5cb6c570e4d6bf3feb6b4d357d (patch)
tree2b116969aab52fce3ad70e3e295e2164e92548e3 /PKGBUILD
parenta52592553b8930c4584842f05ff180ed159f0099 (diff)
downloadaur-05f83cb5a8e6cd5cb6c570e4d6bf3feb6b4d357d.tar.gz
install mshv.desktop
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea93bf53a1cc..76a38cc41326 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mshv
pkgver=258
-pkgrel=1
+pkgrel=2
pkgdesc="Amateur radio software by LZ2HV for digital modes MSK, JTMS, FSK, ISCAT, JT6M, FT8/4, JT65, PI4, Q65."
arch=('any')
url="http://lz2hv.org/mshv"
@@ -34,6 +34,7 @@ build() {
package() {
cd "$srcdir"
install -D -m755 mshv_launcher.sh "$pkgdir/usr/bin/mshv"
+ install -D -m644 mshv.desktop "$pkgdir/usr/share/applications/mshv.desktop"
cd "$srcdir/MSHV_$pkgver/bin"
install -D -m755 MSHV_x86_64 "$pkgdir/usr/bin/mshv_bin"