community/distcc to 3.3.2-1

This commit is contained in:
Kevin Mihelich 2018-10-01 12:17:06 +00:00
parent e2caf2a477
commit 1fa899a788

View file

@ -1,4 +1,4 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
@ -9,11 +9,11 @@
# - patch to allow zero timeout (INT_MAX time to complete)
pkgname=distcc
pkgver=3.3
pkgrel=3
pkgver=3.3.2
pkgrel=1
pkgdesc='Distributed C, C++ and Objective-C compiler'
arch=('x86_64')
url='https://github.com/distcc/distcc'
url='http://distcc.org'
license=('GPL')
depends=('popt')
makedepends=('git' 'python' 'setconf')
@ -79,5 +79,5 @@ package() {
done
}
# getver: -u 3 raw.githubusercontent.com/distcc/distcc/master/configure.ac
# getver: distcc.org
# vim: ts=2 sw=2 et: