From cf3b2edbfe005f1ed76c7f0dd2c378e87cef002e Mon Sep 17 00:00:00 2001 From: Alfredo Palhares Date: Wed, 27 Nov 2019 14:52:35 +0000 Subject: [PATCH] Add libxxs as dependecy --- .SRCINFO | 3 ++- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2860333..d26fbcf 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index f2aef44..793ada3 100644 --- a/PKGBUILD +++ b/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")