diff options
-rw-r--r-- | pcr/packer/PKGBUILD | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/pcr/packer/PKGBUILD b/pcr/packer/PKGBUILD index a5ac9980b..f861e3ca0 100644 --- a/pcr/packer/PKGBUILD +++ b/pcr/packer/PKGBUILD @@ -1,24 +1,22 @@ -# Contributor (Arch) : Kyle Keen <keenerd@gmail.com> -# Contributor (Arch) : Gilrain <pierre.buard+aur gmail com> -# Contributor (Arch) : bruenig -# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp> +# Maintainer (Arch): Kyle Keen <keenerd@gmail.com> +# Contributor (Arch): Gilrain <pierre.buard+aur gmail com> +# Contributor (Arch): bruenig +# Maintainer (Parabola): Aurélien DESBRIÈRES <aurelien@hackers.camp> pkgname=packer -pkgver=20131001 +pkgver=20140817 pkgrel=1 pkgdesc="Bash wrapper for pacman and aur" url="http://github.com/keenerd/packer" license=("GPL3") arch=('any') -source=("https://repo.parabola.nu/other/~aurelien/packer/packer-${pkgver}.tar.gz") - makedepends=('git') depends=('grep' 'sed' 'bash' 'curl' 'pacman' 'jshon' 'expac') optdepends=('sudo: install and update packages as non-root' 'customizepkg: apply customizepkg modifications') - +#source=('git://github.com/keenerd/packer.git') source=('git+https://github.com/keenerd/packer.git') - +md5sums=('SKIP') pkgver() { cd "$pkgname" |