[arch-commits] Commit in maui-nota/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Aug 30 16:12:34 UTC 2022


    Date: Tuesday, August 30, 2022 @ 16:12:34
  Author: arojas
Revision: 1288751

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 16:12:23 UTC (rev 1288750)
+++ PKGBUILD	2022-08-30 16:12:34 UTC (rev 1288751)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=maui-nota
-_pkgname=nota
-pkgver=2.1.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=('c75e42a0052b4114cdb2c0663ea507e492af4a2249be14241f3672e80dafe187')
-
-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 1288750, maui-nota/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 16:12:34 UTC (rev 1288751)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maui-nota
+_pkgname=nota
+pkgver=2.2.0
+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=('6dd116ea3a0aca8a6ba59fa92fa7e7ce2383c23e647736e10caa46a7546628db')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list