# Author: Patrick Brisbin pkgname=aurget pkgver=4.7.6 pkgrel=1 pkgdesc="A simple, Pacman-like AUR helper" arch=('any') url="https://github.com/pbrisbin/$pkgname" license=('GPL') source=("https://github.com/pbrisbin/$pkgname/archive/v$pkgver.tar.gz") optdepends=('customizepkg: for auto-customizing packages') package() { cd "$pkgname-$pkgver" make PREFIX=/usr DESTDIR="$pkgdir" install } md5sums=('281ae9ec151621ba1300d6200b4418da')