Add libxxs as dependecy

main
Alfredo Palhares 2019-11-27 14:52:35 +00:00
parent 2f06705cfb
commit cf3b2edbfe
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.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

View File

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