summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2013-02-22 09:03:57 -0700
committerBrian Bidulock2015-06-10 10:59:17 -0600
commit5db80d03752ee766ff7fcd42810eac69522c6918 (patch)
tree2a94146cf47f47283ba929b706532c815bed7991
parentc67d0bca5aa67166d1719cb935f925fbfbdf21a8 (diff)
downloadaur-5db80d03752ee766ff7fcd42810eac69522c6918.tar.gz
version 1.11-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 601236a444c1..91698dd51334 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = perl-geo-coordinates-vandh
pkgdesc = Perl/CPAN Module Geo::Coordinates::VandH
pkgver = 1.11
- pkgrel = 3
+ pkgrel = 1
url = http://search.cpan.org/dist/Geo-Coordinates-VandH
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
license = PerlArtistic
+ depends = perl
options = !emptydirs
source = http://search.cpan.org/CPAN/authors/id/P/PT/PTIMMINS/Geo-Coordinates-VandH-1.11.tar.gz
md5sums = 65a0d6fedb0c04a6560128945f76918e
diff --git a/PKGBUILD b/PKGBUILD
index d415adc82fb4..3120177647e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=perl-geo-coordinates-vandh
pkgver=1.11
-pkgrel=3
+pkgrel=1
pkgdesc='Perl/CPAN Module Geo::Coordinates::VandH'
-arch=('any')
+arch=('i686' 'x86_64')
url='http://search.cpan.org/dist/Geo-Coordinates-VandH'
license=('GPL' 'PerlArtistic')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/P/PT/PTIMMINS/Geo-Coordinates-VandH-$pkgver.tar.gz")
-depends=()
+depends=('perl')
md5sums=('65a0d6fedb0c04a6560128945f76918e')
build() {
@@ -18,9 +18,6 @@ build() {
# install module in vendor directories
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
-}
-package() {
- cd "$srcdir/Geo-Coordinates-VandH-$pkgver"
make install DESTDIR="$pkgdir/"
#remove perllocal.pod and .packlist