[arch-commits] Commit in mauikit-texteditor/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Aug 30 16:11:47 UTC 2022


    Date: Tuesday, August 30, 2022 @ 16:11:47
  Author: arojas
Revision: 1288747

archrelease: copy trunk to community-x86_64

Added:
  mauikit-texteditor/repos/community-x86_64/PKGBUILD
    (from rev 1288746, mauikit-texteditor/trunk/PKGBUILD)
Deleted:
  mauikit-texteditor/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 16:11:36 UTC (rev 1288746)
+++ PKGBUILD	2022-08-30 16:11:47 UTC (rev 1288747)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mauikit-texteditor
-pkgver=2.1.2
-pkgrel=1
-pkgdesc='MauiKit Text Editor components'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(mauikit syntax-highlighting)
-makedepends=(extra-cmake-modules kio)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('e18ae472ada98fd1a3a9e21ec4a02efbead1be74b697de26114640537cc6e9a7')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mauikit-texteditor/repos/community-x86_64/PKGBUILD (from rev 1288746, mauikit-texteditor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 16:11:47 UTC (rev 1288747)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mauikit-texteditor
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='MauiKit Text Editor components'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauikit syntax-highlighting)
+makedepends=(extra-cmake-modules kio)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('9845c5f6b794b6025f2cb3d27e5aa1c9437e6343cd9b6e906770e2d73c5d2c74')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list