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

Antonio Rojas arojas at gemini.archlinux.org
Mon Jul 18 20:39:14 UTC 2022


    Date: Monday, July 18, 2022 @ 20:39:14
  Author: arojas
Revision: 1254476

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-18 20:39:04 UTC (rev 1254475)
+++ PKGBUILD	2022-07-18 20:39:14 UTC (rev 1254476)
@@ -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.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
-}

Copied: curtail/repos/community-any/PKGBUILD (from rev 1254475, curtail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-18 20:39:14 UTC (rev 1254476)
@@ -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.1
+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=('bdf9a5863d42f04c45fc8d2fa41c962361d177eebfe916b42d436fe2e30e3ed0')
+
+build() {
+  arch-meson Curtail-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs || true
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list