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

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


    Date: Tuesday, February 8, 2022 @ 07:56:02
  Author: arojas
Revision: 1128981

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-08 07:55:52 UTC (rev 1128980)
+++ PKGBUILD	2022-02-08 07:56:02 UTC (rev 1128981)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mauikit-imagetools
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='MauiKit Image Tools Components'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(mauikit kquickimageeditor qt5-location exiv2)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('cf54e1a7911330ff895bc52b635993fa8a41609c437051e464fe6782b036c42d')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mauikit-imagetools/repos/community-x86_64/PKGBUILD (from rev 1128980, mauikit-imagetools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-08 07:56:02 UTC (rev 1128981)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mauikit-imagetools
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='MauiKit Image Tools Components'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauikit kquickimageeditor qt5-location exiv2)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('ea728c115e0dc86f2aab68fd41764b266928f9daa331e8fcd1c5cba9d7c95378')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list