diff options
author | Sebastiaan Lokhorst | 2020-01-05 14:51:05 +0100 |
---|---|---|
committer | GitHub | 2020-01-05 14:51:05 +0100 |
commit | 83fa1adc91f57aaebb695351aefc9c1c5dd542ef (patch) | |
tree | b4eb8a78cb0de58bc3f4650d606dee425150d74b | |
parent | b8df87d57a4ff39d53efbeb543203d70b99279df (diff) | |
download | aur-83fa1adc91f57aaebb695351aefc9c1c5dd542ef.tar.gz |
Remove gconf dependency
Not needed. Also no longer available from the Arch Linux repositories.
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ pkgrel=1 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") -depends=("nodejs" "gconf" "libxss") +depends=("nodejs" "libxss") provides=("joplin" "joplin-cli") url="https://joplin.cozic.net" license=("MIT") |