1 # Contributor: Rorschach <r0rschach@lavabit.com>
2 # Contributor: Andrew Kravchuk <awkravchuk@gmail.com>
3 # Contributor: aericson <de.ericson@gmail.com>
8 pkgdesc="Fork of archup a small and lightweight update-notifier for archlinux."
9 url="https://github.com/aericson/aarchup"
10 arch=('i686' 'x86_64')
12 depends=('pacman' 'libnotify' 'gtk2')
13 makedepends=('libnotify' 'autoconf' 'gzip')
14 source=(https://github.com/downloads/aericson/aarchup/$pkgname-$pkgver.tar.gz)
15 md5sums=('edd4c5298c9047fd7f5dc9241d36e1bc')
16 optdepends=('cower: AUR support(--aur)')
17 install=('aarchup.install')
20 cd $pkgname-$pkgver/src
22 ./configure || return 1
24 make DESTDIR=$pkgdir install