Date: Wednesday, March 1, 2023 @ 19:21:21
  Author: arojas
Revision: 1406207

archrelease: copy trunk to community-x86_64

Added:
  maui-shelf/repos/community-x86_64/PKGBUILD
    (from rev 1406206, maui-shelf/trunk/PKGBUILD)
Deleted:
  maui-shelf/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-01 19:21:09 UTC (rev 1406206)
+++ PKGBUILD    2023-03-01 19:21:21 UTC (rev 1406207)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=maui-shelf
-_pkgname=shelf
-pkgver=2.2.1
-pkgrel=2
-pkgdesc='Document and EBook collection manager'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-documents mauikit-filebrowsing mauikit-texteditor poppler-qt5 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('b5359fffcec4772d85b2a3afec69bb51be94be0a8556c54258c3dc827fae44c0')
-
-build() {
-  cmake -B build -S $_pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maui-shelf/repos/community-x86_64/PKGBUILD (from rev 1406206, 
maui-shelf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-01 19:21:21 UTC (rev 1406207)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=maui-shelf
+_pkgname=shelf
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='Document and EBook collection manager'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-documents mauikit-filebrowsing mauikit-texteditor poppler-qt5 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('335ccd0c7f258ec914086b1b857e96461488e6d80f402094a71a037efe9986ab')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to