Date: Monday, August 30, 2021 @ 20:53:50 Author: arojas Revision: 1010095
Update to 2.0.1 Modified: mauikit-texteditor/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-30 20:52:38 UTC (rev 1010094) +++ PKGBUILD 2021-08-30 20:53:50 UTC (rev 1010095) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=mauikit-texteditor -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=1 pkgdesc='MauiKit Text Editor components' url='https://mauikit.org/' @@ -10,7 +10,7 @@ depends=(mauikit syntax-highlighting) makedepends=(extra-cmake-modules kio) source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('21fab5fab6d5a57d71f3d8ddadff93a4507acc76124533dacffb707b1acbd1d3') +sha256sums=('642015e5244f4245964f5b28a71ed0d753b233edf84ca1bb40f2441176df267f') build() { cmake -B build -S $pkgname-$pkgver
