summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ea5b8e554d5..71383a8626ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
+# Maintainer: robertfoster
+
pkgname=perl-ip-country
pkgver=2.28
-pkgrel=2
+pkgrel=3
pkgdesc="lookup of country codes by IP address"
arch=('any')
license=('PerlArtistic2')
options=('!emptydirs')
depends=('perl')
url="http://search.cpan.org/dist/IP-Country/"
-source=(http://search.cpan.org/CPAN/authors/id/N/NW/NWETTERS/IP-Country-$pkgver.tar.gz
- http://mailfud.org/ip-country-fast/ip.gif
- http://mailfud.org/ip-country-fast/cc.gif)
+source=("http://search.cpan.org/CPAN/authors/id/N/NW/NWETTERS/IP-Country-$pkgver.tar.gz"
+ "http://mailfud.org/ip-country-fast/ip.gif"
+ "http://mailfud.org/ip-country-fast/cc.gif")
sha256sums=('88db833a5ab22ed06cb53d6f205725e3b5371b254596053738885e91fa105f75'
- 'b10ff96c295ba882c85f3a53562958d2e3d275f1501f834e377bcff4a05fa8c0'
- '4f3376def1e27fa40a93116ebb35c12763fc100c27c10038af7f512551c4e7f2')
+ '98ad6772ff178c33756887b92af81d00157f358e1aab79bc261cd2c20c4b4417'
+ 'df254ef278d81076c4aeb7e67be0eba2ee2e9c24950d903c1dcc1127e3ce86da')
build() {
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \