summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2015-07-10 16:33:29 +0200
committerAntonio Rojas2015-07-10 16:33:29 +0200
commitfb3fcb62b53824c4b538dbc0e7a90d5bc9f45d59 (patch)
tree1d4b955f4504808013dda5d541454b3d05068e65
parentc9194699c45fef46f1c305f0bae639ec7ec655c6 (diff)
downloadaur-fb3fcb62b53824c4b538dbc0e7a90d5bc9f45d59.tar.gz
Update dependencies
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD8
2 files changed, 16 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 399dca2425a0..987731277d86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,24 @@
pkgbase = sonnet-git
pkgdesc = Sonnet
- pkgver = r146.a5b7c87
+ pkgver = r195.fa8c523
pkgrel = 1
url = https://projects.kde.org/projects/frameworks/sonnet
arch = i686
arch = x86_64
groups = kf5
license = LGPL
- makedepends = extra-cmake-modules-git
- makedepends = git
+ makedepends = extra-cmake-modules
makedepends = qt5-tools
+ makedepends = hunspell
+ makedepends = aspell
+ makedepends = hspell
+ makedepends = libvoikko
+ makedepends = git
depends = qt5-base
- depends = enchant
+ optdepends = hunspell: spell checking via hunspell
+ optdepends = aspell: spell checking via aspell
+ optdepends = hspell: spell checking for Hebrew
+ optdepends = libvoikko: spell checking for Finnish via Voikko
provides = sonnet
conflicts = sonnet
source = git://anongit.kde.org/sonnet.git
diff --git a/PKGBUILD b/PKGBUILD
index 4ce9f141312f..3b66055d4653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=sonnet-git
-pkgver=r146.a5b7c87
+pkgver=r195.fa8c523
pkgrel=1
pkgdesc='Sonnet'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/frameworks/sonnet'
license=('LGPL')
-depends=('qt5-base' 'enchant')
-makedepends=('extra-cmake-modules-git' 'git' 'qt5-tools')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 'libvoikko' 'git')
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' 'hspell: spell checking for Hebrew'
+ 'libvoikko: spell checking for Finnish via Voikko')
groups=('kf5')
conflicts=(sonnet)
provides=(sonnet)