Add libxxs as dependecy
parent
2f06705cfb
commit
cf3b2edbfe
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.174
|
pkgver = 1.0.174
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://joplin.cozic.net
|
url = https://joplin.cozic.net
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -13,6 +13,7 @@ pkgbase = joplin
|
||||||
makedepends = python
|
makedepends = python
|
||||||
depends = nodejs
|
depends = nodejs
|
||||||
depends = gconf
|
depends = gconf
|
||||||
|
depends = libxss
|
||||||
provides = joplin
|
provides = joplin
|
||||||
provides = joplin-cli
|
provides = joplin-cli
|
||||||
source = joplin.desktop
|
source = joplin.desktop
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=joplin
|
pkgname=joplin
|
||||||
pkgver=1.0.174
|
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."
|
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" "python")
|
makedepends=("git" "nodejs" "rsync" "npm" "python")
|
||||||
|
|
Loading…
Reference in New Issue