summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-20 00:04:24 +0000
committerBioArchLinuxBot2022-11-20 00:04:24 +0000
commit4f53081c13f82d6e8632d7a7bfe0cb533eebb0ec (patch)
tree34f827590b4e0727cdea60b75e0d92c5c80823f7 /PKGBUILD
parentcf889382001def5515d70af6ff11bb8166808609 (diff)
downloadaur-4f53081c13f82d6e8632d7a7bfe0cb533eebb0ec.tar.gz
[lilac] updated to 0.2.10-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd13a005b6e6..498ccad9cd1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=lwgeom
-_pkgver=0.2-9
+_pkgver=0.2-10
pkgname=r-${_pkgname,,}
-pkgver=0.2.9
+pkgver=0.2.10
pkgrel=1
pkgdesc="Bindings to Selected 'liblwgeom' Functions for Simple Features"
arch=('x86_64')
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('69b2a2efdafb0b32c801932eee7cd2c4b8402cede6487f4dfea4e14873091aa8')
+sha256sums=('ee1ff8a4f76fa884ee5f0d6ede6fb184951c78c771762cef0c8ffe4ab0b8bbbd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"