[arch-commits] Commit in mauikit-texteditor/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Nov 6 19:06:09 UTC 2021
Date: Saturday, November 6, 2021 @ 19:06:09
Author: arojas
Revision: 1037707
archrelease: copy trunk to community-x86_64
Added:
mauikit-texteditor/repos/community-x86_64/PKGBUILD
(from rev 1037706, mauikit-texteditor/trunk/PKGBUILD)
Deleted:
mauikit-texteditor/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 19:06:00 UTC (rev 1037706)
+++ PKGBUILD 2021-11-06 19:06:09 UTC (rev 1037707)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mauikit-texteditor
-pkgver=2.0.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=('642015e5244f4245964f5b28a71ed0d753b233edf84ca1bb40f2441176df267f')
-
-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 1037706, mauikit-texteditor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-06 19:06:09 UTC (rev 1037707)
@@ -0,0 +1,22 @@
+# 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
+}
More information about the arch-commits
mailing list