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

Antonio Rojas arojas at gemini.archlinux.org
Mon May 16 19:14:16 UTC 2022


    Date: Monday, May 16, 2022 @ 19:14:16
  Author: arojas
Revision: 1207587

archrelease: copy trunk to community-x86_64

Added:
  mauikit-texteditor/repos/community-x86_64/PKGBUILD
    (from rev 1207586, 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-05-16 19:14:06 UTC (rev 1207586)
+++ PKGBUILD	2022-05-16 19:14:16 UTC (rev 1207587)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mauikit-texteditor
-pkgver=2.1.1
-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=('d4e97a540fc365e22703d40ac9921ecfd4e896ad31459b23f0611197735c243f')
-
-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 1207586, mauikit-texteditor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-16 19:14:16 UTC (rev 1207587)
@@ -0,0 +1,22 @@
+# 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
+}



More information about the arch-commits mailing list