Date: Sunday, August 8, 2021 @ 19:50:52 Author: felixonmars Revision: 995703
archrelease: copy trunk to community-any Added: grc/repos/community-any/PKGBUILD (from rev 995702, grc/trunk/PKGBUILD) Deleted: grc/repos/community-any/PKGBUILD ----------+ PKGBUILD | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-08-08 19:50:44 UTC (rev 995702) +++ PKGBUILD 2021-08-08 19:50:52 UTC (rev 995703) @@ -1,21 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Juan Simón -# Contributor: Xilon <xilo...@gmail.com> -# Contributor: Edward Toroschin <edward.ha...@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" -} Copied: grc/repos/community-any/PKGBUILD (from rev 995702, grc/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-08-08 19:50:52 UTC (rev 995703) @@ -0,0 +1,21 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Juan Simón +# Contributor: Xilon <xilo...@gmail.com> +# Contributor: Edward Toroschin <edward.ha...@gmail.com> + +pkgname=grc +pkgver=1.13 +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=('d8a7e78f84f5cb925a0205a81a9564ffe3d688eaa1f90d335a6f40e17757866374b6927f223e888a358586830b3feb4779f60faa01097b0c9703793ceea3de43') + +package() { + cd "$srcdir/$pkgname-$pkgver" + ./install.sh "$pkgdir"/usr "$pkgdir" +}