Add libxxs as dependecy
This commit is contained in:
parent
2f06705cfb
commit
cf3b2edbfe
2 changed files with 3 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = joplin
|
||||
pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
|
||||
pkgver = 1.0.174
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://joplin.cozic.net
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
|
|
@ -13,6 +13,7 @@ pkgbase = joplin
|
|||
makedepends = python
|
||||
depends = nodejs
|
||||
depends = gconf
|
||||
depends = libxss
|
||||
provides = joplin
|
||||
provides = joplin-cli
|
||||
source = joplin.desktop
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=joplin
|
||||
pkgver=1.0.174
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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" "python")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue