update 10 .119
parent
29f6639117
commit
be41795ae7
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = joplin
|
pkgbase = joplin
|
||||||
pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
|
pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
|
||||||
pkgver = 1.0.117
|
pkgver = 1.0.119
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://joplin.cozic.net
|
url = https://joplin.cozic.net
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -18,10 +18,10 @@ pkgbase = joplin
|
||||||
source = joplin-desktop.sh
|
source = joplin-desktop.sh
|
||||||
source = joplin.sh
|
source = joplin.sh
|
||||||
source = https://github.com/laurent22/joplin/archive/v1.0.117.zip
|
source = https://github.com/laurent22/joplin/archive/v1.0.117.zip
|
||||||
sha256sums = 5b12984814d7f9ca3c52130d44292fea188c8e6d9372f0ab6db2ff314c123156
|
sha256sums = fddf85e5b75056ddda434a258f00adb1095b4baeebe4c8ce6fea03e013a89113
|
||||||
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
||||||
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
||||||
sha256sums = 3c5b83be2865249123f657d57544a26e8157395ef84240af984ef5c191b998a1
|
sha256sums = 2c144e8db9874383174c75483285c5b897c5bcfd4ac6680da89a104627e848d6
|
||||||
|
|
||||||
pkgname = joplin
|
pkgname = joplin
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
# https://github.com/masterkorp/joplin-pkgbuild
|
# https://github.com/masterkorp/joplin-pkgbuild
|
||||||
|
|
||||||
pkgname=joplin
|
pkgname=joplin
|
||||||
pkgver=1.0.117
|
pkgver=1.0.119
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
|
pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
|
||||||
arch=("x86_64" "i686")
|
arch=("x86_64" "i686")
|
||||||
|
@ -15,10 +15,10 @@ url="https://joplin.cozic.net"
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
source=("${pkgname}.desktop" "joplin-desktop.sh" "joplin.sh"
|
source=("${pkgname}.desktop" "joplin-desktop.sh" "joplin.sh"
|
||||||
"https://github.com/laurent22/joplin/archive/v${pkgver}.zip")
|
"https://github.com/laurent22/joplin/archive/v${pkgver}.zip")
|
||||||
sha256sums=("5b12984814d7f9ca3c52130d44292fea188c8e6d9372f0ab6db2ff314c123156"
|
sha256sums=("fddf85e5b75056ddda434a258f00adb1095b4baeebe4c8ce6fea03e013a89113"
|
||||||
"41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d"
|
"41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d"
|
||||||
"5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276"
|
"5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276"
|
||||||
"3c5b83be2865249123f657d57544a26e8157395ef84240af984ef5c191b998a1")
|
"2c144e8db9874383174c75483285c5b897c5bcfd4ac6680da89a104627e848d6")
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0.117
|
Version=1.0.119
|
||||||
Name=Joplin
|
Name=Joplin
|
||||||
Comment=Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
|
Comment=Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
|
||||||
Exec=/usr/bin/joplin-desktop
|
Exec=/usr/bin/joplin-desktop
|
||||||
|
|
Loading…
Reference in New Issue