parent
ea8324eec7
commit
092422eb4b
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = joplin
|
||||
pkgver = 1.7.11
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://joplinapp.org/
|
||||
install = joplin.install
|
||||
arch = x86_64
|
||||
|
@ -9,7 +9,7 @@ pkgbase = joplin
|
|||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = npm
|
||||
makedepends = python
|
||||
makedepends = python2
|
||||
makedepends = rsync
|
||||
makedepends = jq
|
||||
makedepends = electron
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -9,13 +9,13 @@ pkgbase="joplin"
|
|||
pkgname=('joplin' 'joplin-desktop')
|
||||
pkgver=1.7.11
|
||||
groups=('joplin')
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
install="joplin.install"
|
||||
depends=('electron' 'gtk3' 'libexif' 'libgsf' 'libjpeg-turbo' 'libwebp' 'libxss' 'nodejs'
|
||||
'nss' 'orc' 'rsync' )
|
||||
optdepends=('libappindicator-gtk3: for tray icon')
|
||||
arch=('x86_64' 'i686')
|
||||
makedepends=('git' 'npm' 'python' 'rsync' 'jq' 'electron')
|
||||
makedepends=('git' 'npm' 'python2' 'rsync' 'jq' 'electron')
|
||||
url="https://joplinapp.org/"
|
||||
license=('MIT')
|
||||
source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh"
|
||||
|
|
Loading…
Reference in New Issue