[arch-commits] Commit in qtspell/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Feb 3 13:00:04 UTC 2022


    Date: Thursday, February 3, 2022 @ 13:00:02
  Author: arojas
Revision: 1124869

Update to 1.0.1

Modified:
  qtspell/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-03 12:22:45 UTC (rev 1124868)
+++ PKGBUILD	2022-02-03 13:00:02 UTC (rev 1124869)
@@ -1,16 +1,16 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=qtspell
-pkgver=0.9.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='Spell checking for Qt text widgets'
 arch=('x86_64')
 url='https://github.com/manisandro/qtspell'
 license=('GPL3')
-depends=('enchant' 'iso-codes' 'qt5-base')
-makedepends=('cmake' 'ninja' 'qt5-tools')
+depends=('enchant' 'iso-codes' 'qt6-base')
+makedepends=('cmake' 'ninja' 'qt6-tools')
 source=("https://github.com/manisandro/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('49a5ab995c3150572c3c48989cd3e506b0c2d64b09d80fb5b30daa7325445635')
+sha256sums=('03bb9ef504dff352e162b91e9da89fb34d236e01da54799db69388dc9ceea4c2')
 
 prepare() {
   # Fix location of translations
@@ -18,7 +18,7 @@
 }
 
 build() {
-  cmake -S $pkgname-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake -S $pkgname-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr' -DQT_VER=6
   cmake --build build
 }
 



More information about the arch-commits mailing list