upgpkg: joplin 1.4.19-7
parent
04b77140b2
commit
98b7866a17
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = joplin
|
pkgbase = joplin
|
||||||
pkgdesc = A note taking and to-do application with synchronization capabilities - Split Package
|
pkgdesc = A note taking and to-do application with synchronization capabilities - Split Package
|
||||||
pkgver = 1.4.19
|
pkgver = 1.4.19
|
||||||
pkgrel = 6
|
pkgrel = 7
|
||||||
url = https://joplinapp.org/
|
url = https://joplinapp.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -23,7 +23,7 @@ pkgbase = joplin
|
||||||
sha256sums = 5b6f8847ec0c3848375755213c3009c273f478b4b80ed2c5f0af8f67ee0e94fb
|
sha256sums = 5b6f8847ec0c3848375755213c3009c273f478b4b80ed2c5f0af8f67ee0e94fb
|
||||||
sha256sums = 55aad4fe50e2da980983a69bc7c0870626064db971550d522e266feb17d38916
|
sha256sums = 55aad4fe50e2da980983a69bc7c0870626064db971550d522e266feb17d38916
|
||||||
|
|
||||||
pkgname = joplin-cmd
|
pkgname = joplin
|
||||||
pkgdesc = A note taking and to-do application with synchronization capabilities - CLI App
|
pkgdesc = A note taking and to-do application with synchronization capabilities - CLI App
|
||||||
depends = nodejs
|
depends = nodejs
|
||||||
depends = rsync
|
depends = rsync
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -5,10 +5,10 @@
|
||||||
# https://github.com/alfredopalhares/arch-pkgbuilds
|
# https://github.com/alfredopalhares/arch-pkgbuilds
|
||||||
|
|
||||||
pkgbase="joplin"
|
pkgbase="joplin"
|
||||||
pkgname=('joplin-cmd' 'joplin-desktop-electron')
|
pkgname=('joplin' 'joplin-desktop-electron')
|
||||||
pkgver=1.4.19
|
pkgver=1.4.19
|
||||||
groups=('joplin')
|
groups=('joplin')
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc="A note taking and to-do application with synchronization capabilities - Split Package"
|
pkgdesc="A note taking and to-do application with synchronization capabilities - Split Package"
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
conflicts=('joplin-cli' 'joplin-desktop')
|
conflicts=('joplin-cli' 'joplin-desktop')
|
||||||
|
@ -45,7 +45,7 @@ check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#TODO: A slimdown is needed
|
#TODO: A slimdown is needed
|
||||||
package_joplin-cmd() {
|
package_joplin() {
|
||||||
pkgdesc="A note taking and to-do application with synchronization capabilities - CLI App"
|
pkgdesc="A note taking and to-do application with synchronization capabilities - CLI App"
|
||||||
depends=('nodejs' 'rsync')
|
depends=('nodejs' 'rsync')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue