[arch-commits] Commit in chafa/repos/community-x86_64 (PKGBUILD PKGBUILD keys keys)

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 12 13:33:53 UTC 2022


    Date: Friday, August 12, 2022 @ 13:33:53
  Author: felixonmars
Revision: 1265324

archrelease: copy trunk to community-x86_64

Added:
  chafa/repos/community-x86_64/PKGBUILD
    (from rev 1265323, chafa/trunk/PKGBUILD)
  chafa/repos/community-x86_64/keys/
Deleted:
  chafa/repos/community-x86_64/PKGBUILD
  chafa/repos/community-x86_64/keys/

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-12 13:33:37 UTC (rev 1265323)
+++ PKGBUILD	2022-08-12 13:33:53 UTC (rev 1265324)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=chafa
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="Image-to-text converter supporting a wide range of symbols and palettes, transparency, animations, etc."
-arch=("x86_64")
-url="https://hpjansson.org/chafa/"
-depends=('imagemagick' 'librsvg' 'libwebp' 'libxslt')
-makedepends=('gtk-doc')
-license=("LGPL")
-source=(https://github.com/hpjansson/chafa/releases/download/$pkgver/chafa-$pkgver.tar.xz{,.asc})
-sha512sums=('39ae005a919bc62d792f19c1685a7a4516a867386af89a4261dede90817262f9b048886904be687d71a612b030eaf07c813c92490f0eebfd58c3d40930f7102e'
-            'SKIP')
-validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7')  # Hans Petter Jansson
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-man
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: chafa/repos/community-x86_64/PKGBUILD (from rev 1265323, chafa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-12 13:33:53 UTC (rev 1265324)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=chafa
+pkgver=1.12.1
+pkgrel=1
+pkgdesc="Image-to-text converter supporting a wide range of symbols and palettes, transparency, animations, etc."
+arch=("x86_64")
+url="https://hpjansson.org/chafa/"
+depends=('imagemagick' 'librsvg' 'libwebp' 'libxslt')
+makedepends=('gtk-doc')
+license=("LGPL")
+source=(https://github.com/hpjansson/chafa/releases/download/$pkgver/chafa-$pkgver.tar.xz{,.asc})
+sha512sums=('c9f792b3175d64039008728f54e0c4010d1a438fc0dc3050c1f878a3d49310b0262110fb430324f6c13074aa987e07a3d1d3514248bf484527759f12471726ed'
+            'SKIP')
+validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7')  # Hans Petter Jansson
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list