summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2015-08-28 21:16:56 +0200
committerAntonio Rojas2015-08-28 21:16:56 +0200
commit72c7c2b7e333e06e4f3574f9ad4a59f960ee94c8 (patch)
treea6db01c1270b1ded52e3831e08369c0e49a995dc
parentfb3fcb62b53824c4b538dbc0e7a90d5bc9f45d59 (diff)
downloadaur-72c7c2b7e333e06e4f3574f9ad4a59f960ee94c8.tar.gz
Remove libvoikko, doesn't build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 987731277d86..175dd6f7d803 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sonnet-git
pkgdesc = Sonnet
- pkgver = r195.fa8c523
+ pkgver = r200.edf5dbe
pkgrel = 1
url = https://projects.kde.org/projects/frameworks/sonnet
arch = i686
@@ -12,13 +12,11 @@ pkgbase = sonnet-git
makedepends = hunspell
makedepends = aspell
makedepends = hspell
- makedepends = libvoikko
makedepends = git
depends = qt5-base
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 3b66055d4653..9e35bfe40c2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=sonnet-git
-pkgver=r195.fa8c523
+pkgver=r200.edf5dbe
pkgrel=1
pkgdesc='Sonnet'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/frameworks/sonnet'
license=('LGPL')
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')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 'git') # 'livvoikko'
+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)