Update to 1.0.160
This commit is contained in:
parent
10e602797d
commit
9e396d4e74
3 changed files with 10 additions and 9 deletions
8
PKGBUILD
8
PKGBUILD
|
|
@ -4,21 +4,21 @@
|
|||
# https://github.com/masterkorp/joplin-pkgbuild
|
||||
|
||||
pkgname=joplin
|
||||
pkgver=1.0.159
|
||||
pkgver=1.0.160
|
||||
pkgrel=1
|
||||
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" "npm")
|
||||
makedepends=("git" "nodejs" "rsync" "npm" "python")
|
||||
depends=("nodejs" "gconf")
|
||||
provides=("joplin" "joplin-cli")
|
||||
url="https://joplin.cozic.net"
|
||||
license=("MIT")
|
||||
source=("${pkgname}.desktop" "joplin-desktop.sh" "joplin.sh"
|
||||
"https://github.com/laurent22/joplin/archive/v${pkgver}.zip")
|
||||
sha256sums=('62c7c2254288ae9374092d02e3791b7b23e00cddd44703a095c747e6195e4227'
|
||||
sha256sums=('3db6155b4add5f54c770dfefb06abb55a19c276eba8ae54c5d671d344f41b23f'
|
||||
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
|
||||
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
|
||||
'fe8f7b0636f96a97a2e2d90923e1732f6ffd51b4d109c62a6efd9deb255afb28')
|
||||
'a177fd39d652ccaee504205401668a90970a4265d11386acd2c43973ac759337')
|
||||
|
||||
build() {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue