git » sonnet.git » commit fccc0e9

KDE Frameworks 5.29

author Antonio Rojas
2016-12-14 12:08:53 UTC
committer Antonio Rojas
2016-12-14 12:08:53 UTC
parent 3ac8c441e66fb1e79a33e0e785af5cfbe50021a2

KDE Frameworks 5.29

PKGBUILD +5 -11

diff --git a/PKGBUILD b/PKGBUILD
index cd6e5e4..fc89229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=sonnet
-pkgver=5.28.0
-pkgrel=3
+pkgver=5.29.0
+pkgrel=1
 pkgdesc='Spelling framework for Qt5'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -13,19 +13,13 @@ makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 'lib
 optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' 
             'hspell: spell checking for Hebrew' 'libvoikko: Finnish support via Voikko')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-        sonnet-hunspell-1.5.patch::"https://cgit.kde.org/sonnet.git/patch/?id=5fc1e967")
-md5sums=('9fe51016d7879cb8fac5fe374491a561'
-         'SKIP'
-         '4fbff060e00017db0c10f862efe941a9')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('be646b39a16a2b848540715f6407f377'
+         'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 prepare() {
   mkdir -p build
-
-# Support hunspell 1.5
-  cd $pkgname-$pkgver
-  patch -p1 -i ../sonnet-hunspell-1.5.patch
 }
 
 build() {