summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2015-10-16 15:55:31 -0500
committerXavierCLL2015-10-16 15:55:31 -0500
commitacafd1f684e0682a028709940d2cfff66013cea7 (patch)
treefe4cd0ef480b5688d01f2b814d92f773d3bf6adf
parent5cee32d1686e28e5a7f925edbbb8ee7a5a67a499 (diff)
downloadaur-acafd1f684e0682a028709940d2cfff66013cea7.tar.gz
Fix packaging
-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