summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-11-14 22:22:52 +0100
committerStefan Husmann2016-11-14 22:22:52 +0100
commitec389492f2052bc26852a612532a158fe9961023 (patch)
tree0bb87c661aa13784c51b6658d5fc2b9d2cde5135
parentca98a9bae2143d552ecaa20c053ee8f4ef952581 (diff)
downloadaur-ec389492f2052bc26852a612532a158fe9961023.tar.gz
fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86247a093847..889a9b966903 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = rednotebook
pkgdesc = A simple desktop diary
pkgver = 1.14
- pkgrel = 3
+ pkgrel = 4
url = http://rednotebook.sourceforge.net
arch = any
license = GPL2
- depends = python2
+ depends = python2-yaml
depends = hicolor-icon-theme
optdepends = python-chardet: Python3 module for character encoding auto-detection
optdepends = python2-gtkspellcheck: for spellchecking
diff --git a/PKGBUILD b/PKGBUILD
index 4a4babc2d975..4ae6866d5609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
pkgname=rednotebook
pkgver=1.14
-pkgrel=3
+pkgrel=4
pkgdesc="A simple desktop diary"
arch=('any')
url="http://rednotebook.sourceforge.net"
license=('GPL2')
-depends=('python2' 'hicolor-icon-theme')
+depends=('python2-yaml' 'hicolor-icon-theme')
optdepends=('python-chardet: Python3 module for character encoding auto-detection'
'python2-gtkspellcheck: for spellchecking')
source=("${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.gz")