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

Antonio Rojas arojas at gemini.archlinux.org
Sat Sep 3 19:12:00 UTC 2022


    Date: Saturday, September 3, 2022 @ 19:11:59
  Author: arojas
Revision: 1292699

upgpkg: feathernotes 1.0.0-1: Update to 1.0.0

Modified:
  feathernotes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-03 19:10:51 UTC (rev 1292698)
+++ PKGBUILD	2022-09-03 19:11:59 UTC (rev 1292699)
@@ -2,21 +2,21 @@
 # Contributor: Peter Mattern <pmattern at arcor dot de>
 
 pkgname=feathernotes
-pkgver=0.10.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='Lightweight Qt hierarchical notes-manager'
 arch=('x86_64')
 url='https://github.com/tsujan/FeatherNotes'
 license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'qt5-svg' 'qt5-translations' 'qt5-x11extras')
-makedepends=('cmake' 'ninja' 'qt5-tools')
+depends=('hicolor-icon-theme' 'hunspell' 'qt6-svg')
+makedepends=('cmake' 'ninja' 'qt6-tools')
 source=("https://github.com/tsujan/FeatherNotes/releases/download/V$pkgver/FeatherNotes-$pkgver.tar.xz"{,.asc})
-sha256sums=('f30e1aadad7d388ceb9e7ba1160337feecb5b618faaf17638d78a9e571afa6d5'
+sha256sums=('6a3a19dbf65be99f9f9e5f8cf56b635a563230f0962d5c96607dc3e051cb021d'
             'SKIP')
 validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
 
 build() {
-  cmake -S FeatherNotes-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake -S FeatherNotes-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr' -DENABLE_QT5=OFF
   cmake --build build
 }
 



More information about the arch-commits mailing list