Date: Tuesday, February 23, 2021 @ 07:44:24 Author: arojas Revision: 869259
Update to 1.2.1 Modified: mauikit/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-23 07:44:15 UTC (rev 869258) +++ PKGBUILD 2021-02-23 07:44:24 UTC (rev 869259) @@ -1,23 +1,22 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=mauikit -pkgver=1.2.0 -pkgrel=3 +pkgver=1.2.1 +pkgrel=1 pkgdesc="Templated convergent controls and multi-platform utilities for Maui applications" url="https://mauikit.org/" arch=(x86_64) license=(LGPL) -depends=(libappletdecoration syntax-highlighting kirigami2) +depends=(syntax-highlighting kirigami2 qt5-svg kio) makedepends=(extra-cmake-modules) -source=(https://invent.kde.org/maui/mauikit/-/archive/v$pkgver/mauikit-v$pkgver.tar.gz) -sha256sums=('d241331ecf8c87448c044f129a486911b7e2e9cfda08717c636d0d5afa4f0f47') +source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('de5f95c7abe177d91c596a165e98073ec531ded52f8945068715092b8d776951') build() { - cmake -B build -S $pkgname-v$pkgver + cmake -B build -S $pkgname-$pkgver cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build - rm -r "$pkgdir"/usr/lib/qt/qml/org/kde/appletdecoration # Provided by libappletdecoration }
