git » sonnet.git » commit 2a77eb0

sonnet 5.115.0

author Urja (ARMLFS builder)
2024-06-19 07:30:53 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:30:53 UTC
parent 9759f0aeec17979817f839bd3dbe09c3b8b41648

sonnet 5.115.0

.gitignore +2 -0
PKGBUILD +4 -4

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index d3d23fe..714142b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=sonnet
-pkgver=5.110.0
+pkgver=5.115.0
 pkgrel=1
 pkgdesc='Spelling framework for Qt5'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
 depends=(qt5-base)
@@ -16,8 +16,6 @@ optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via
             'qt5-declarative: QML bindings')
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('1114a1fe84f390fbadd03cf434c1f741b75a4ffe18014633f903f8e0fd30139b'
-            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 build() {
@@ -30,3 +28,5 @@ build() {
 package() {
   DESTDIR="$pkgdir" cmake --install build
 }
+sha256sums=('de6182cf02507f686c1e236e52e1c9ca69f0493fcd0dc7827066f3ba67519914'
+            'SKIP')