summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej Sieczka2017-10-29 14:47:24 +0100
committerMaciej Sieczka2017-10-29 14:47:24 +0100
commit3990bb51864436c32263978e990f33b77d8730e0 (patch)
treebb80d799312c181f1da7cf622bcdde2666757e9d
parentfeb56d09908165637a8ba1279878c8548f159929 (diff)
downloadaur-liblas-python.tar.gz
Package name fix.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c75c6f4854e4..1f5d7c698166 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
# Generated by mksrcinfo v8
-# Sun Oct 29 13:38:28 UTC 2017
-pkgbase = python-liblas
+# Sun Oct 29 13:46:50 UTC 2017
+pkgbase = liblas-python
pkgdesc = Python bindings for libLAS - a C/C++ library for reading and writing LAS LiDAR format.
pkgver = 1.8.1
pkgrel = 1
@@ -13,5 +13,5 @@ pkgbase = python-liblas
source = https://pypi.python.org/packages/2f/13/1d233142092b9dcfbfd47ec9f3380361e5a7b9061408a809005abe0e60aa/libLAS-1.8.1.tar.gz
md5sums = 93921e0c37d47b03eea8529aa31d9073
-pkgname = python-liblas
+pkgname = liblas-python
diff --git a/PKGBUILD b/PKGBUILD
index 2a25a3a85d40..5d49c17bf65d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maciej Sieczka <msieczka at sieczka dot org>
-pkgname='python-liblas'
+pkgname='liblas-python'
pkgver='1.8.1'
pkgrel='1'
pkgdesc='Python bindings for libLAS - a C/C++ library for reading and writing LAS LiDAR format.'