summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00758c882da8..b3585af8f5d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue May 23 13:40:52 UTC 2017
+# Thu Jul 20 20:20:14 UTC 2017
pkgbase = rednotebook-git
pkgdesc = A simple desktop diary.
- pkgver = v2.0.r4.gae67507
+ pkgver = v2.0.r13.g17af02d
pkgrel = 1
url = http://rednotebook.sourceforge.net
arch = any
license = GPL2
depends = python-yaml
- depends = pywebkitgtk
+ depends = webkit2gtk
+ depends = python-gobject
depends = hicolor-icon-theme
- optdepends = python-chardet: Python module for character encoding auto-detection
- optdepends = python-gtkspellcheck: for spellchecking
+ optdepends = python-pyenchant: for spellchecking
provides = rednotebook
conflicts = rednotebook
source = git://github.com/jendrikseipp/rednotebook.git
diff --git a/PKGBUILD b/PKGBUILD
index baeda5e539ad..075be43fb3ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,19 +5,19 @@
# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
# Contributor: cameel <cameel2/gmail/com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: LuminousIncal (AUR)
# Maintainer: SanskritFritz (gmail)
pkgname=rednotebook-git
_gitname="rednotebook"
-pkgver=v2.0.r4.gae67507
+pkgver=v2.0.r13.g17af02d
pkgrel=1
pkgdesc="A simple desktop diary."
arch=('any')
url="http://rednotebook.sourceforge.net"
license=('GPL2')
-depends=('python-yaml' 'pywebkitgtk' 'hicolor-icon-theme')
-optdepends=('python-chardet: Python module for character encoding auto-detection'
- 'python-gtkspellcheck: for spellchecking')
+depends=('python-yaml' 'webkit2gtk' 'python-gobject' 'hicolor-icon-theme')
+optdepends=('python-pyenchant: for spellchecking')
provides=('rednotebook')
conflicts=('rednotebook')
source=("git://github.com/jendrikseipp/rednotebook.git")