summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-11-12 12:27:07 +0100
committerStefan Husmann2016-11-12 12:27:07 +0100
commitca98a9bae2143d552ecaa20c053ee8f4ef952581 (patch)
tree127fc7b168795176fdf9e175cd50d2e604b540da /PKGBUILD
parentdd810c0a09336a72d6aec0b80d1e1f201f14d3db (diff)
downloadaur-ca98a9bae2143d552ecaa20c053ee8f4ef952581.tar.gz
add python2 as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8d41b7f8d0a..4a4babc2d975 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,14 @@
pkgname=rednotebook
pkgver=1.14
-pkgrel=1
+pkgrel=3
pkgdesc="A simple desktop diary"
arch=('any')
url="http://rednotebook.sourceforge.net"
license=('GPL2')
-depends=('python2-gtkspell' 'pygtk' 'python2-yaml' 'pywebkitgtk' 'hicolor-icon-theme' 'librsvg')
-optdepends=('python-chardet: Python3 module for character encoding auto-detection')
+depends=('python2' '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")
sha256sums=('f33bd410ae01d064c1e449c532359ce1c134169d44a97d74ef1e99ff8d287d88')