summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-06-12 01:59:49 +0200
committerhaawda2020-06-12 01:59:49 +0200
commit581940ead79a17bdd679330bb9a2adc8bd5ab1c4 (patch)
tree12ab2be4018d0d5756775c23038f785139bf300e
parent1cd9ad4e1a269ec98ee431e1b19ee3493128213f (diff)
downloadaur-581940ead79a17bdd679330bb9a2adc8bd5ab1c4.tar.gz
needs extra-cmake-modules' git version now
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3be7c04f032..abdbfa0606ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,27 @@
pkgbase = sonnet-git
pkgdesc = Spelling framework for Qt5
- pkgver = r524.2ce07be
- pkgrel = 2
+ pkgver = r533.16b33c2
+ pkgrel = 1
url = https://projects.kde.org/projects/frameworks/sonnet
arch = i686
arch = x86_64
groups = kf5
license = LGPL
- makedepends = extra-cmake-modules
+ makedepends = extra-cmake-modules-git
makedepends = qt5-tools
makedepends = hunspell
makedepends = aspell
makedepends = hspell
makedepends = git
+ makedepends = libvoikko
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#commit=2ce07be5dff339f6f3e43ebd72b1d94792bb17f7
+ source = git+https://invent.kde.org/frameworks/sonnet.git
md5sums = SKIP
pkgname = sonnet-git
diff --git a/PKGBUILD b/PKGBUILD
index 9bcb0147c9ae..8e427b6b62b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,22 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=sonnet-git
-pkgver=r524.2ce07be
-pkgrel=2
+pkgver=r533.16b33c2
+pkgrel=1
pkgdesc='Spelling framework for Qt5'
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' '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')
+makedepends=('extra-cmake-modules-git' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 'git' 'libvoikko')
+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')
-source=('git://anongit.kde.org/sonnet.git#commit=2ce07be5dff339f6f3e43ebd72b1d94792bb17f7')
+source=('git+https://invent.kde.org/frameworks/sonnet.git')
md5sums=('SKIP')
pkgver() {