Updrade to 1.0.114

main
Alfredo Palhares 2018-10-29 14:29:54 +00:00
commit e487f79d03
6 changed files with 15 additions and 13 deletions

View File

@ -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.111 pkgver = 1.0.114
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.111.zip source = https://github.com/laurent22/joplin/archive/v1.0.111.zip
sha256sums = 9ee4a831a0853ddbdc7279629d8f9238d3737b570898be16176ba0968b53d43d sha256sums = c9143c3f571dbefa0da6ccbfacc5b0088891dcd148ab3ab51decec9dc10ac0ee
sha256sums = 5a3ace64906080adde5a5ea10ec9221fb2d94de770e6ee35b454aa30608b4097 sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
sha256sums = 5e3424162814db56718b01740af1ef7c9b30e00f563040456eeb8b7eaca81427 sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
sha256sums = 0f09ddad70c7795c1cd557e884a4a253e5fbe7dd66bda268dd77fb9705954dcc sha256sums = 766d493ac3253e4881878e0db90bda0cfd51f21701430eb1d4d90e88c7a5f1bc
pkgname = joplin pkgname = joplin

View File

@ -4,7 +4,7 @@
# https://github.com/masterkorp/joplin-pkgbuild # https://github.com/masterkorp/joplin-pkgbuild
pkgname=joplin pkgname=joplin
pkgver=1.0.111 pkgver=1.0.114
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=("9ee4a831a0853ddbdc7279629d8f9238d3737b570898be16176ba0968b53d43d" sha256sums=("c9143c3f571dbefa0da6ccbfacc5b0088891dcd148ab3ab51decec9dc10ac0ee"
"5a3ace64906080adde5a5ea10ec9221fb2d94de770e6ee35b454aa30608b4097" "41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d"
"5e3424162814db56718b01740af1ef7c9b30e00f563040456eeb8b7eaca81427" "5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276"
"0f09ddad70c7795c1cd557e884a4a253e5fbe7dd66bda268dd77fb9705954dcc") "766d493ac3253e4881878e0db90bda0cfd51f21701430eb1d4d90e88c7a5f1bc")
build() { build() {

View File

@ -14,6 +14,8 @@ You can use an AUR wrapper like [yay](https://aur.archlinux.org/packages/yay/):
yay -S joplin yay -S joplin
``` ```
[Check the current AUR version here.](https://aur.archlinux.org/packages/joplin/)
## Building ## Building
Build with makepkg Build with makepkg

View File

@ -3,7 +3,7 @@
readonly joplin_dir="/usr/share/joplin/" readonly joplin_dir="/usr/share/joplin/"
if [[ ! -d $joplin_dir ]]; then if [[ ! -d $joplin_dir ]]; then
echo "Did not found joplin data directory" echo "Cannot find /usr/share/joplin/"
exit 1 exit 1
fi fi

View File

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Version=0.7.51 Version=1.0.114
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

View File

@ -3,7 +3,7 @@
readonly joplin_dir="/usr/share/joplin-cli/" readonly joplin_dir="/usr/share/joplin-cli/"
if [[ ! -d $joplin_dir ]]; then if [[ ! -d $joplin_dir ]]; then
echo "Did not found joplin data directory" echo "Cannot find /usr/share/joplin-cli/"
exit 1 exit 1
fi fi