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

Antonio Rojas arojas at gemini.archlinux.org
Tue Feb 8 07:56:12 UTC 2022


    Date: Tuesday, February 8, 2022 @ 07:56:12
  Author: arojas
Revision: 1128982

archrelease: copy trunk to community-x86_64

Added:
  mauikit-texteditor/repos/community-x86_64/PKGBUILD
    (from rev 1128981, 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-02-08 07:56:02 UTC (rev 1128981)
+++ PKGBUILD	2022-02-08 07:56:12 UTC (rev 1128982)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mauikit-texteditor
-pkgver=2.1.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=('d0446dea30d12bd9b0b9ecd20df453496f285eb09f48fbe54210e92a2f9c03cb')
-
-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 1128981, mauikit-texteditor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-08 07:56:12 UTC (rev 1128982)
@@ -0,0 +1,22 @@
+# 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
+}



More information about the arch-commits mailing list