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

Felix Yan felixonmars at archlinux.org
Tue Nov 27 14:51:25 UTC 2018


    Date: Tuesday, November 27, 2018 @ 14:51:24
  Author: felixonmars
Revision: 409982

archrelease: copy trunk to community-x86_64

Added:
  catimg/repos/community-x86_64/PKGBUILD
    (from rev 409981, catimg/trunk/PKGBUILD)
Deleted:
  catimg/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-27 14:51:05 UTC (rev 409981)
+++ PKGBUILD	2018-11-27 14:51:24 UTC (rev 409982)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: sqlwwx <wwx_2012 at live.com>
-# Contributors: Eduardo San Martin Morote http://posva.net/
-
-pkgname=catimg
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Print images in a terminal with 256 colors support"
-arch=('x86_64')
-url="https://github.com/posva/catimg"
-license=('MIT')
-depends=('glibc')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/posva/catimg/archive/v$pkgver.tar.gz")
-sha512sums=('fae0ff8436ce62cdf90c59aca603ff1850e2ccce8cb87420214fe62c0295f59d6af6191270010a3a437f9aa24542849bff3829e4d6e5e9c8c7bf7023282d462b')
-
-build() {
-	cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-	make
-}
-
-package() {
-	cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: catimg/repos/community-x86_64/PKGBUILD (from rev 409981, catimg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-27 14:51:24 UTC (rev 409982)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: sqlwwx <wwx_2012 at live.com>
+# Contributors: Eduardo San Martin Morote http://posva.net/
+
+pkgname=catimg
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="Print images in a terminal with 256 colors support"
+arch=('x86_64')
+url="https://github.com/posva/catimg"
+license=('MIT')
+depends=('glibc')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/posva/catimg/archive/$pkgver.tar.gz")
+sha512sums=('18477ea660e3539ecb6d99b320b4de6fb417d36eb70a698cb167c70e074ffadf1f696b2b64209b686813e55054ae5df58370a9d52e7912094cfeb7a95c0b94da')
+
+build() {
+	cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list