Date: Friday, January 12, 2018 @ 13:35:22 Author: ambrevar Revision: 281579
tcc: Move from AUR to community Added: tcc/ Modified: tcc/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: tcc/trunk/PKGBUILD =================================================================== --- tcc/trunk/PKGBUILD 2018-01-05 16:50:33 UTC (rev 279089) +++ tcc/trunk/PKGBUILD 2018-01-12 13:35:22 UTC (rev 281579) @@ -1,13 +1,14 @@ # $Id$ -# Maintainer: Sergej Pupykin <[email protected]> -# Maintainer : Gergely Imreh <imrehgATgmailDOTcom> -# Contributor : dschauer <dschauerATgmailDOTcom> -# Contributor : Stefan Husmann <[email protected]> -# Contributor : Jeremy Cowgar <[email protected]> +# Maintainer: Pierre Neidhardt <[email protected]> +# Contributor: Sergej Pupykin <[email protected]> +# Contributor: Gergely Imreh <imrehgATgmailDOTcom> +# Contributor: dschauer <dschauerATgmailDOTcom> +# Contributor: Stefan Husmann <[email protected]> +# Contributor: Jeremy Cowgar <[email protected]> pkgname=tcc pkgver=0.9.27 -pkgrel=1 +pkgrel=2 pkgdesc="Tiny C Compiler" arch=('x86_64') url="http://bellard.org/tcc/"
