summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 42ac10cbc95f8f9b2ea01dba560b3b64cf99b789 (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=2
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')

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