summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c461c9c1668..d162ab6e694d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ncl-highres
pkgdesc = High-resolution coastlines for NCL, RANGS (Regionally Accessible Nested Global Shorelines) and GSHHS (Global Self-consistent Hierarchical High-resolution Shoreline)
pkgver = 0.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.ncl.ucar.edu/Document/Graphics/rangs.shtml
arch = any
license = public domain
diff --git a/PKGBUILD b/PKGBUILD
index 1c363e7bed37..25aea01b52f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
+# Maintainer: XavierCLL <xavier.corredor.llano (a) gmail.com>
pkgname=ncl-highres
pkgver=0.1
-pkgrel=2
+pkgrel=3
pkgdesc="High-resolution coastlines for NCL, RANGS (Regionally Accessible Nested Global Shorelines) and GSHHS (Global Self-consistent Hierarchical High-resolution Shoreline)"
arch=('any')
license=('public domain')
@@ -31,7 +32,7 @@ md5sums=('d50c74655c45329e5fd264f06f070451'
'5a3903ffd8ccc42c298050362f55b958')
provides=('ncl-highres')
-build() {
+package() {
mkdir -p $pkgdir/usr/lib/ncarg/database/rangs
cp *.rim *.cat *.cel $pkgdir/usr/lib/ncarg/database/rangs/
} \ No newline at end of file