summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortoluschr2019-04-17 12:56:45 +0200
committertoluschr2019-04-17 12:56:45 +0200
commitf67404c20e1839acddcdd887a9bfe98b1d33dc3e (patch)
treef641615533f76bc566e57762fff9243b2585283e
parent4b6b3c863c00533284018a2bd701944a69c2d4c6 (diff)
downloadaur-f67404c20e1839acddcdd887a9bfe98b1d33dc3e.tar.gz
fixed: .desktop file disappearing after reboot
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5c0c3c156ad..283b17d51f4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-keep-nativefier
pkgdesc = Quickly capture what's on your mind and get a reminder later at the right place or time. Speak a voice memo on the go and have it automatically transcribed.
pkgver = 0.1
- pkgrel = 2
+ pkgrel = 3
url = https://keep.google.com/
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ffa2929ab979..18ffd26aa0a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname="google-keep-nativefier"
pkgver="0.1"
-pkgrel="2"
+pkgrel="3"
pkgdesc="Quickly capture what's on your mind and get a reminder later at the right place or time. Speak a voice memo on the go and have it automatically transcribed."
arch=("x86_64")
license=("MIT")
@@ -27,8 +27,8 @@ package() {
install -dm755 "${pkgdir}/usr/share/pixmaps"
install -dm755 "${pkgdir}/usr/share/applications"
- cp "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${instname}.desktop"
- cp "${srcdir}/${instname}-linux-x64" "${pkgdir}/opt/"
+ cp -f "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${instname}.desktop"
+ cp -f "${srcdir}/${instname}-linux-x64" "${pkgdir}/opt/"
ln -sf "/opt/${instname}-linux-x64/${instname}" "${pkgdir}/usr/bin/${instname}"
ln -sf "/opt/${instname}-linux-x64/resources/app/icon.png" "${pkgdir}/usr/share/pixmaps/${instname}.png"