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

Felix Yan felixonmars at archlinux.org
Tue Mar 2 16:34:36 UTC 2021


    Date: Tuesday, March 2, 2021 @ 16:34:35
  Author: felixonmars
Revision: 877607

archrelease: copy trunk to community-any

Added:
  grc/repos/community-any/PKGBUILD
    (from rev 877605, grc/trunk/PKGBUILD)
Deleted:
  grc/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-02 16:34:35 UTC (rev 877606)
+++ PKGBUILD	2021-03-02 16:34:35 UTC (rev 877607)
@@ -1,21 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Juan Simón 
-# Contributor: Xilon <xilonmu at gmail.com>
-# Contributor: Edward Toroschin <edward.hades at gmail.com>
-
-pkgname=grc
-pkgver=1.11.3
-pkgrel=2
-pkgdesc='Yet another colouriser for beautifying your logfiles or output of commands'
-arch=('any')
-url='https://github.com/garabik/grc'
-license=('GPL')
-depends=('python')
-backup=('etc/grc.conf')
-source=($pkgname-$pkgver.tar.gz::https://github.com/garabik/grc/archive/v$pkgver.tar.gz)
-sha256sums=('b167babd8f073a68f5a3091f833e4036fb8d86504e746694747a3ee5048fa7a9')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./install.sh "$pkgdir"/usr "$pkgdir"
-}

Copied: grc/repos/community-any/PKGBUILD (from rev 877605, grc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-02 16:34:35 UTC (rev 877607)
@@ -0,0 +1,21 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Juan Simón 
+# Contributor: Xilon <xilonmu at gmail.com>
+# Contributor: Edward Toroschin <edward.hades at gmail.com>
+
+pkgname=grc
+pkgver=1.12
+pkgrel=1
+pkgdesc='Yet another colouriser for beautifying your logfiles or output of commands'
+arch=('any')
+url='https://github.com/garabik/grc'
+license=('GPL')
+depends=('python')
+backup=('etc/grc.conf')
+source=($pkgname-$pkgver.tar.gz::https://github.com/garabik/grc/archive/v$pkgver.tar.gz)
+sha512sums=('37ada5c7293bd0240c18b60cd7c60990e26e91b93fe9fb3ba1198c9d665647570191e985ab29de2b6554166ef703d81f449b486e83178b35df302836b5abb8c7')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./install.sh "$pkgdir"/usr "$pkgdir"
+}



More information about the arch-commits mailing list