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

Antonio Rojas arojas at gemini.archlinux.org
Mon Aug 30 20:52:38 UTC 2021


    Date: Monday, August 30, 2021 @ 20:52:38
  Author: arojas
Revision: 1010094

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-30 20:52:28 UTC (rev 1010093)
+++ PKGBUILD	2021-08-30 20:52:38 UTC (rev 1010094)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mauikit-imagetools
-pkgver=2.0.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=('e78b416ff647e29aa078df4cdc3579b176abb18c1e8855f4378e92babbae59bf')
-
-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 1010093, mauikit-imagetools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-30 20:52:38 UTC (rev 1010094)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mauikit-imagetools
+pkgver=2.0.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=('c503a2e09a7cadfe7d49a9692dd1f12b4d06e286e97292e1e1a0aefb279c7ed9')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list