diff options
Diffstat (limited to 'pcr/packer')
-rw-r--r-- | pcr/packer/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/packer/PKGBUILD b/pcr/packer/PKGBUILD index 5354d0192..a5ac9980b 100644 --- a/pcr/packer/PKGBUILD +++ b/pcr/packer/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="Bash wrapper for pacman and aur" url="http://github.com/keenerd/packer" license=("GPL3") arch=('any') -source=("https://repo.parabolagnulinux.org/other/~aurelien/packer/packer-${pkgver}.tar.gz") +source=("https://repo.parabola.nu/other/~aurelien/packer/packer-${pkgver}.tar.gz") makedepends=('git') depends=('grep' 'sed' 'bash' 'curl' 'pacman' 'jshon' 'expac') |