Update Release
parent
44788b3294
commit
961188f51b
3
.SRCINFO
3
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
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.83
|
pkgver = 1.0.83
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://joplin.cozic.net
|
url = https://joplin.cozic.net
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -9,6 +9,7 @@ pkgbase = joplin
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = nodejs
|
makedepends = nodejs
|
||||||
makedepends = rsync
|
makedepends = rsync
|
||||||
|
makedepends = npm
|
||||||
depends = nodejs
|
depends = nodejs
|
||||||
provides = joplin
|
provides = joplin
|
||||||
provides = joplin-cli
|
provides = joplin-cli
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=joplin
|
pkgname=joplin
|
||||||
pkgver=1.0.83
|
pkgver=1.0.83
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
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")
|
||||||
makedepends=("git" "nodejs" "rsync" "npm")
|
makedepends=("git" "nodejs" "rsync" "npm")
|
||||||
|
|
Loading…
Reference in New Issue