summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7765b803f0563b26413f04ffb28e7225739327ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Contributor: Rorschach

pkgname=updategeoip
pkgver=1.0
pkgrel=1
pkgdesc="Updates geoip with the free country- and city-databases by MaxMind."
url="http://aur.archlinux.org/packages.php?ID=23225"
arch=('any')
license="GPL"
depends=('bash')
source=(updategeoip)
md5sums=('752d9e6b1e71840881089a8e43a9d8f1')

build() {
  install -Dm755 updategeoip $pkgdir/usr/bin/updategeoip
}