Date: Sunday, September 4, 2022 @ 13:55:05
  Author: felixonmars
Revision: 1292835

archrelease: copy trunk to community-x86_64

Added:
  chafa/repos/community-x86_64/PKGBUILD
    (from rev 1292834, 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-09-04 13:54:41 UTC (rev 1292834)
+++ PKGBUILD    2022-09-04 13:55:05 UTC (rev 1292835)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@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
-}

Copied: chafa/repos/community-x86_64/PKGBUILD (from rev 1292834, 
chafa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-04 13:55:05 UTC (rev 1292835)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgname=chafa
+pkgver=1.12.3
+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=('00d186aa3e5a184b5fe985909118fe856c7889e6674d55de6fe409f04ccac0a8698ef8063a2049e8b100ea0e9abfa5f89c959333a18cd6f934608b86f256ee5d'
+            'SKIP')
+validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7')  # Hans Petter 
Jansson
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Reply via email to