summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJooa Hooli2016-04-26 17:05:35 +0200
committerJooa Hooli2016-04-26 17:05:35 +0200
commit2992e972d7e739d0474d8b62be510c299ab2bf64 (patch)
tree14a0a119da7da69c7d50b281b3357f0cbbe4015c
parentc3dae242462940ea38610fd190b6e1ca29f132ad (diff)
downloadaur-2992e972d7e739d0474d8b62be510c299ab2bf64.tar.gz
Fix description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4f9556cf6b0..301db61d2bfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = r-cran-sp
- pkgdesc = Bindings for the Geospatial Data Abstraction Library
+ pkgdesc = Classes and Methods for Spatial Data
pkgver = 1.2
pkgrel = 1
url = https://cran.r-project.org/web/packages/sp/index.html
diff --git a/PKGBUILD b/PKGBUILD
index 552f684d9d45..333731b37c01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _cranname=sp
_cranrel=3
pkgver=1.2
pkgrel=1
-pkgdesc="Bindings for the Geospatial Data Abstraction Library"
+pkgdesc="Classes and Methods for Spatial Data"
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
arch=('x86_64' 'i686')
license=('GPL2' 'GPL3')