# Contributor: aericson pkgname=archup pkgver=1.3 pkgrel=2 pkgdesc="Small and lightweight update-notifier for archlinux." url="http://www.nongnu.org/archup" arch=('i686' 'x86_64') license=('GPL') depends=('pacman' 'libnotify') makedepends=('libnotify' 'autoconf' 'gzip') source=(http://download.savannah.nongnu.org/releases/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz libnotify.patch) md5sums=('ce21a4e4818e89fd5050e79fabc8c387' '12b92b58517a0dc6e530ee66b7237e09') build() { cd $pkgname-$pkgver/src pwd patch -p1 < ../../libnotify.patch autoconf || return 1 ./configure || return 1 make || return 1 make DESTDIR=$pkgdir install }