Update Release

main
Alfredo Palhares 2018-04-23 11:28:29 +01:00
parent 44788b3294
commit 961188f51b
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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")