[arch-commits] Commit in kube/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Jul 19 08:34:09 UTC 2021
Date: Monday, July 19, 2021 @ 08:34:09
Author: arojas
Revision: 978600
Fix dependencies, debug--
Modified:
kube/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-19 08:30:34 UTC (rev 978599)
+++ PKGBUILD 2021-07-19 08:34:09 UTC (rev 978600)
@@ -2,13 +2,13 @@
pkgname=kube
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc='A modern groupware client based on QtQuick and Sink'
arch=(x86_64)
url='https://kube.kde.org/'
license=(LGPL)
-depends=(sink gpgme qt5-quickcontrols2 qt5-webengine qt5-quickcontrols)
-makedepends=(extra-cmake-modules sonnet)
+depends=(sink gpgme sonnet qt5-quickcontrols2 qt5-webengine qt5-quickcontrols)
+makedepends=(extra-cmake-modules)
#source=(https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
source=(https://invent.kde.org/pim/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
sha256sums=('75e6c0d1b04328eb2ada0ceea656753aa1a94361b94feaf81003733470400a63')
@@ -21,7 +21,7 @@
build() {
cmake -B build -S $pkgname-v$pkgver \
-DBUILD_TESTING=OFF
- VERBOSE=1 cmake --build build
+ cmake --build build
}
package() {
More information about the arch-commits
mailing list