Fix joplin.desktop file
parent
47646dbf80
commit
be52446790
4
.SRCINFO
4
.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
|
||||
|
|
4
PKGBUILD
4
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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue