From be52446790f3561d3e2996ce2ae2f00d3ec2078c Mon Sep 17 00:00:00 2001 From: Alfredo Palhares Date: Thu, 19 Apr 2018 19:31:27 +0100 Subject: [PATCH] Fix joplin.desktop file --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- joplin.desktop | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9102bf6..a654e2c 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 f5b440c..fa80d54 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 4e92c45..2593b94 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