make error messages more readable

main
Griffin 2018-10-28 21:01:00 -04:00
parent 0a1b96b2da
commit 29dc611208
5 changed files with 8 additions and 6 deletions

View File

@ -19,8 +19,8 @@ pkgbase = joplin
source = joplin.sh
source = https://github.com/laurent22/joplin/archive/v1.0.111.zip
sha256sums = c9143c3f571dbefa0da6ccbfacc5b0088891dcd148ab3ab51decec9dc10ac0ee
sha256sums = 5a3ace64906080adde5a5ea10ec9221fb2d94de770e6ee35b454aa30608b4097
sha256sums = 5e3424162814db56718b01740af1ef7c9b30e00f563040456eeb8b7eaca81427
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
sha256sums = 766d493ac3253e4881878e0db90bda0cfd51f21701430eb1d4d90e88c7a5f1bc
pkgname = joplin

View File

@ -16,8 +16,8 @@ license=("MIT")
source=("${pkgname}.desktop" "joplin-desktop.sh" "joplin.sh"
"https://github.com/laurent22/joplin/archive/v${pkgver}.zip")
sha256sums=("c9143c3f571dbefa0da6ccbfacc5b0088891dcd148ab3ab51decec9dc10ac0ee"
"5a3ace64906080adde5a5ea10ec9221fb2d94de770e6ee35b454aa30608b4097"
"5e3424162814db56718b01740af1ef7c9b30e00f563040456eeb8b7eaca81427"
"41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d"
"5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276"
"766d493ac3253e4881878e0db90bda0cfd51f21701430eb1d4d90e88c7a5f1bc")
build() {

View File

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

View File

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

View File

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