[arch-commits] Commit in chafa/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Aug 20 06:36:55 UTC 2019
Date: Tuesday, August 20, 2019 @ 06:36:54
Author: felixonmars
Revision: 500234
archrelease: copy trunk to community-x86_64
Added:
chafa/repos/community-x86_64/PKGBUILD
(from rev 500233, chafa/trunk/PKGBUILD)
Deleted:
chafa/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-20 06:36:18 UTC (rev 500233)
+++ PKGBUILD 2019-08-20 06:36:54 UTC (rev 500234)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=chafa
-pkgver=1.2.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=('libmagick' 'libxslt')
-makedepends=('gtk-doc')
-license=("LGPL")
-source=(https://github.com/hpjansson/chafa/releases/download/$pkgver/chafa-$pkgver.tar.xz{,.asc})
-sha512sums=('04ea63446d3e518aaf8a9359a72bed243573a655c42f76e8de7017822928bcd131976b472a008d5fb7c29235235dfafb9eb20c4066fbb73f4126e99bce16ec73'
- '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 500233, chafa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-20 06:36:54 UTC (rev 500234)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=chafa
+pkgver=1.2.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=('libmagick' 'libxslt')
+makedepends=('gtk-doc')
+license=("LGPL")
+source=(https://github.com/hpjansson/chafa/releases/download/$pkgver/chafa-$pkgver.tar.xz{,.asc})
+sha512sums=('71aee87618961a5910b9bb7a76b50df6f78df3621adc3ea7c462ba26df0147f0cb32f428fb7f6e5dc26968ee9bd3ee902762a7cb8735d1c51fd0ebd107c4226e'
+ '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