diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-06-30 18:14:15 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-06-30 18:14:15 -0300 |
commit | 8a385be009f51b1af2cd8fd82c08b6b7c2c7f8b0 (patch) | |
tree | 72e58e38d91827b9a2d116406a26bd894122d91f /rePKGBUILD.proto | |
parent | 8dff8b1deac0bd4a832e1dee0173e79c55ab4301 (diff) | |
parent | 207a930a564e8157e24c3e7f5fbe987494b73d7b (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/libretools
Diffstat (limited to 'rePKGBUILD.proto')
-rw-r--r-- | rePKGBUILD.proto | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/rePKGBUILD.proto b/rePKGBUILD.proto index ef3f037..c8b19bf 100644 --- a/rePKGBUILD.proto +++ b/rePKGBUILD.proto @@ -6,10 +6,11 @@ # Maintainer: Your Name <youremail@domain.com> source PKGBUILD unset build package md5sums source -_repo= # Put the repo here +_repo= # Put the repo here +_mirror=http://mirrors.kernel.org/archlinux # Put mirror here source=(PKGBUILD - http://mirrors.kernel.org/archlinux/${_repo}/os/${CARCH}/${pkgname%-libre}-$pkgver-$pkgrel-$CARCH$PKGEXT - # files for pkg modifications + "${_mirror}/${_repo}/os/${CARCH}/${pkgname%-libre}-$pkgver-$pkgrel-$CARCH$PKGEXT" + # files for pkg modifications below this line ) build() { |