summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7765b803f056..de2b6b5da872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=updategeoip
pkgver=1.0
-pkgrel=1
+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')
@@ -11,6 +11,6 @@ depends=('bash')
source=(updategeoip)
md5sums=('752d9e6b1e71840881089a8e43a9d8f1')
-build() {
+package() {
install -Dm755 updategeoip $pkgdir/usr/bin/updategeoip
}