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

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-01 19:20:08 UTC (rev 1406201)
+++ PKGBUILD    2023-03-01 19:20:21 UTC (rev 1406202)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=maui-nota
-_pkgname=nota
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='Multi-platform text editor'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing mauikit-texteditor hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('487e352928587c949b34fed0d859abf938c7d6b7e9105e787f2d1b3a28e084ba')
-
-build() {
-  cmake -B build -S $_pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maui-nota/repos/community-x86_64/PKGBUILD (from rev 1406201, 
maui-nota/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-01 19:20:21 UTC (rev 1406202)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=maui-nota
+_pkgname=nota
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='Multi-platform text editor'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing mauikit-texteditor hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('36a3280aaef73f248a85dd4e151d682fbfc91357905785f07d89bea232d1e2b0')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to