# Maintainer: mark.blakeney at bullet-systems dot net pkgname=arch-upgrade pkgver=1.5 pkgrel=1 pkgdesc="Desktop app to upgrade your Arch Linux system" url="https://github.com/bulletmark/$pkgname" license=("GPL3") arch=("any") depends=("python-html2text") backup=("etc/$pkgname.conf") source=("$url/archive/$pkgver.tar.gz") install=install.sh md5sums=('3a5f852aeeffac27f6fd773ba6756b2f') package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir/" install } # vim:set ts=2 sw=2 et: