Date: Saturday, November 26, 2022 @ 08:34:47
Author: arojas
Revision: 1353961
archrelease: copy trunk to community-x86_64
Added:
mauiman/repos/community-x86_64/PKGBUILD
(from rev 1353960, mauiman/trunk/PKGBUILD)
Deleted:
mauiman/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-26 08:34:38 UTC (rev 1353960)
+++ PKGBUILD 2022-11-26 08:34:47 UTC (rev 1353961)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=mauiman
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Maui Manager Library. Server and public library API.'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('027142eec1535a3e3eda8348b21625a4f7ec601c80f2ca3f62049927dfef3ae6')
-
-build() {
- cmake -B build -S $pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: mauiman/repos/community-x86_64/PKGBUILD (from rev 1353960,
mauiman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-26 08:34:47 UTC (rev 1353961)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=mauiman
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Maui Manager Library. Server and public library API.'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('60400780c5d5478a1e32b3c0515dedfa1fd2f2fb0b150521cd91a9e7275a982b')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}