[arch-commits] Commit in curtail/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 14:23:46 UTC 2022


    Date: Wednesday, May 4, 2022 @ 14:23:46
  Author: arojas
Revision: 1194425

archrelease: copy trunk to community-any

Added:
  curtail/repos/community-any/PKGBUILD
    (from rev 1194424, curtail/trunk/PKGBUILD)
Deleted:
  curtail/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 14:23:35 UTC (rev 1194424)
+++ PKGBUILD	2022-05-04 14:23:46 UTC (rev 1194425)
@@ -1,27 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
-
-pkgname=curtail
-pkgver=1.2.2
-pkgrel=1
-pkgdesc='Image compressor GUI, supporting PNG and JPEG file types, both lossless and lossy compression mode'
-arch=('any')
-url='https://github.com/Huluti/Curtail'
-license=('GPL3')
-depends=('gtk3' 'jpegoptim' 'optipng' 'pngquant' 'python-gobject')
-makedepends=('appstream-glib' 'meson')
-source=("https://github.com/Huluti/Curtail/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('be5c47d34fbecc08360b33426d7b147de94639e62e01750a43117a409e937c5f')
-
-build() {
-  arch-meson Curtail-$pkgver build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: curtail/repos/community-any/PKGBUILD (from rev 1194424, curtail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 14:23:46 UTC (rev 1194425)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
+
+pkgname=curtail
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Image compressor GUI, supporting PNG and JPEG file types, both lossless and lossy compression mode'
+arch=('any')
+url='https://github.com/Huluti/Curtail'
+license=('GPL3')
+depends=('gtk3' 'jpegoptim' 'optipng' 'pngquant' 'python-gobject')
+makedepends=('appstream-glib' 'meson')
+source=("https://github.com/Huluti/Curtail/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('56859211b1b147aec677a00295e524b6beabcdf415938db1bd8ca4dae79409cf')
+
+build() {
+  arch-meson Curtail-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list