diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-03 15:52:05 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-03 15:52:05 -0400 |
commit | 561edbbff5dbcdc9ed5930469993da7a7a5c9e5e (patch) | |
tree | 67a33edb88a3e0373ea63b93a0138d5156a9f8c1 /libre/distcc-nozeroconf/PKGBUILD | |
parent | 580b8057249c492a9a87c3e1ca010951a658cd9b (diff) | |
download | abslibre-561edbbff5dbcdc9ed5930469993da7a7a5c9e5e.tar.gz abslibre-561edbbff5dbcdc9ed5930469993da7a7a5c9e5e.tar.bz2 abslibre-561edbbff5dbcdc9ed5930469993da7a7a5c9e5e.zip |
libre/distcc-nozeroconf: fix source URL
Diffstat (limited to 'libre/distcc-nozeroconf/PKGBUILD')
-rw-r--r-- | libre/distcc-nozeroconf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/distcc-nozeroconf/PKGBUILD b/libre/distcc-nozeroconf/PKGBUILD index b46bcc9fd..4c12a0c95 100644 --- a/libre/distcc-nozeroconf/PKGBUILD +++ b/libre/distcc-nozeroconf/PKGBUILD @@ -18,7 +18,7 @@ optdepends=('gtk2: for distccmon-gnome' 'python2') backup=('etc/conf.d/distccd' 'etc/distcc/hosts') -source=(http://distcc.googlecode.com/files/${_pkgname}-${pkgver}.tar.bz2 +source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${_pkgname}/${_pkgname}-${pkgver}.tar.bz2 distccd.conf.d distccd.service) md5sums=('18cd4f33f5cfc3e75675cafc568fb9cf' |