summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-05-02 09:56:31 -0600
committerMark Wagie2021-05-02 09:56:31 -0600
commit989c0fe5ba476a36e7766e6449b96945dee658f6 (patch)
treee82a090857b27585163298cc577aaf5f7eef335a
parent9b1f1403f9e7c4a2ad3fd7607ade9b4a8e3146ac (diff)
downloadaur-989c0fe5ba476a36e7766e6449b96945dee658f6.tar.gz
remove unneeded dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07884b2d655c..4b1dac3786ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sticky-git
pkgdesc = A sticky notes app for the Linux desktop
- pkgver = 0.0.1.r63.6af87f9
+ pkgver = 0.0.1.r72.d7e7f82
pkgrel = 1
url = https://github.com/collinss/sticky
arch = x86_64
@@ -12,11 +12,6 @@ pkgbase = sticky-git
depends = python-gobject
depends = python-xapp
optdepends = libappindicator-gtk3: for tray icon
- optdepends = gnote: Import notes from Gnote
- optdepends = aspell: spell checking
- optdepends = nuspell: spell checking
- optdepends = hspell: spell checking
- optdepends = libvoikko: spell checking for Finnish language
provides = sticky
conflicts = sticky
source = git+https://github.com/collinss/sticky.git
diff --git a/PKGBUILD b/PKGBUILD
index 407a3ae05ec8..d03c630c412c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark.wagie at tutanota dot com>
pkgname=sticky-git
-pkgver=0.0.1.r63.6af87f9
+pkgver=0.0.1.r72.d7e7f82
pkgrel=1
pkgdesc="A sticky notes app for the Linux desktop"
arch=('x86_64')
@@ -8,12 +8,7 @@ url="https://github.com/collinss/sticky"
license=('GPL')
depends=('gtk3' 'xapp' 'gspell' 'python-gobject' 'python-xapp')
makedepends=('git')
-optdepends=('libappindicator-gtk3: for tray icon'
- 'gnote: Import notes from Gnote'
- 'aspell: spell checking'
- 'nuspell: spell checking'
- 'hspell: spell checking'
- 'libvoikko: spell checking for Finnish language')
+optdepends=('libappindicator-gtk3: for tray icon')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/collinss/sticky.git')