Date: Saturday, November 26, 2022 @ 08:50:39
Author: arojas
Revision: 1353965
archrelease: copy trunk to community-x86_64
Added:
mauikit-filebrowsing/repos/community-x86_64/PKGBUILD
(from rev 1353964, mauikit-filebrowsing/trunk/PKGBUILD)
Deleted:
mauikit-filebrowsing/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-26 08:50:29 UTC (rev 1353964)
+++ PKGBUILD 2022-11-26 08:50:39 UTC (rev 1353965)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=mauikit-filebrowsing
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='MauiKit File Browsing utilities and controls'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(mauikit kio)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('e1af8425eb30dae06be0bd58231d4b74d689735407a94cdb97c6e0d0e7abe78c')
-
-build() {
- cmake -B build -S $pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: mauikit-filebrowsing/repos/community-x86_64/PKGBUILD (from rev 1353964,
mauikit-filebrowsing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-26 08:50:39 UTC (rev 1353965)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=mauikit-filebrowsing
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='MauiKit File Browsing utilities and controls'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauikit kio)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('2cf46ff4e297849acf11349015a7d81dc77c6421636ad4b1d3fba61b6e85efeb')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}