summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoradi642016-06-27 17:38:28 +0200
committeradi642016-06-27 17:38:28 +0200
commit63b74d7c4f61321af9ecb106c7856ef694bf8d00 (patch)
tree29e11bdfd1d35e3418ee0c91845cd302e85840c9
parent9aeb8f35ea80eb05a45635187b5d425e6f71e9bd (diff)
downloadaur-63b74d7c4f61321af9ecb106c7856ef694bf8d00.tar.gz
fix source dir name, update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0098245f2e3d..96d6a5817dea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Jun 27 15:37:40 UTC 2016
pkgbase = laslib-git
pkgdesc = LASlib is a C++ programming API for reading / writing LIDAR data stored in standard LAS format.
- pkgver = r165.8b7be7d
- pkgrel = 2
+ pkgver = r267.2079ea0
+ pkgrel = 1
url = http://lastools.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8dd5b1e916c5..63b38d3fc583 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Adrian Holfter < aholfter PLUS aur AT googlemail DOT com >
pkgname=laslib-git
-pkgver=r165.8b7be7d
-pkgrel=2
+pkgver=r267.2079ea0
+pkgrel=1
pkgdesc="LASlib is a C++ programming API for reading / writing LIDAR data stored in standard LAS format."
arch=('i686' 'x86_64')
url="http://lastools.org/"
license=('LGPL')
-source=(git+https://github.com/LAStools/LAStools.git)
+source=("git+https://github.com/LAStools/LAStools.git")
md5sums=('SKIP')
pkgver() {
- cd "$pkgname"
+ cd "LAStools"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}