summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Palhares2018-04-19 19:31:27 +0100
committerAlfredo Palhares2018-04-19 19:31:27 +0100
commitbe52446790f3561d3e2996ce2ae2f00d3ec2078c (patch)
tree61c08d6341ab54a38a8832c2ad15016ded713261
parent47646dbf807b9a14a2bd9ec081a4e7438513056d (diff)
downloadaur-be52446790f3561d3e2996ce2ae2f00d3ec2078c.tar.gz
Fix joplin.desktop file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--joplin.desktop2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9102bf6aec8b..a654e2c39d3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = joplin
pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
pkgver = 1.0.83
- pkgrel = 2
+ pkgrel = 3
url = https://joplin.cozic.net
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = joplin
source = joplin-desktop.sh
source = joplin.sh
source = https://github.com/laurent22/joplin/archive/v1.0.83.zip
- sha256sums = 87908c016952deebde4c1a1008ae76659b5942770da7d281c211841fc8c036b7
+ sha256sums = 9ee4a831a0853ddbdc7279629d8f9238d3737b570898be16176ba0968b53d43d
sha256sums = 5a3ace64906080adde5a5ea10ec9221fb2d94de770e6ee35b454aa30608b4097
sha256sums = 5e3424162814db56718b01740af1ef7c9b30e00f563040456eeb8b7eaca81427
sha256sums = 55e9f2870a2f57207b9fc9bcaf9043e081c43fe4783be6249066a9a97f5ad29e
diff --git a/PKGBUILD b/PKGBUILD
index f5b440cbd1cf..fa80d54626fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=joplin
pkgver=1.0.83
-pkgrel=2
+pkgrel=3
pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
arch=("x86_64" "i686")
makedepends=("git" "nodejs" "rsync")
@@ -15,7 +15,7 @@ url="https://joplin.cozic.net"
license=("MIT")
source=("${pkgname}.desktop" "joplin-desktop.sh" "joplin.sh"
"https://github.com/laurent22/joplin/archive/v1.0.83.zip")
-sha256sums=("87908c016952deebde4c1a1008ae76659b5942770da7d281c211841fc8c036b7"
+sha256sums=("9ee4a831a0853ddbdc7279629d8f9238d3737b570898be16176ba0968b53d43d"
"5a3ace64906080adde5a5ea10ec9221fb2d94de770e6ee35b454aa30608b4097"
"5e3424162814db56718b01740af1ef7c9b30e00f563040456eeb8b7eaca81427"
"55e9f2870a2f57207b9fc9bcaf9043e081c43fe4783be6249066a9a97f5ad29e")
diff --git a/joplin.desktop b/joplin.desktop
index 4e92c454e6e1..2593b943d6f1 100644
--- a/joplin.desktop
+++ b/joplin.desktop
@@ -2,7 +2,7 @@
Version=0.7.51
Name=Joplin
Comment=Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
-Exec=/usr/bin/joplin
+Exec=/usr/bin/joplin-desktop
Icon=/usr/share/joplin/resources/build/icons/128x128.png
Terminal=false
Type=Application