summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Nakhimovich2022-03-03 01:37:03 +0200
committerDaniel Nakhimovich2022-03-03 01:37:03 +0200
commit8cb83f3acf0f4f31a4aebd9139b94e02609a33c5 (patch)
treea152efa54a1eea56cb427e4b36680aef0d425e4e
parent86d14c28a7dfd2442708a85f1a8a3c7593c55b29 (diff)
downloadaur-8cb83f3acf0f4f31a4aebd9139b94e02609a33c5.tar.gz
update author name
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b836c07fa97..778a1d26f1f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = approxmvbb
pkgdesc = Fast algorithms to compute an approximation of the minimal volume oriented bounding box of a point cloud in 3D.
pkgver = 2.1.2
- pkgrel = 1
+ pkgrel = 2
url = http://gabyx.github.io/ApproxMVBB/
arch = any
license = MPL
@@ -13,4 +13,3 @@ pkgbase = approxmvbb
sha256sums = 301e13a37d5e1e812ff48e53ccca21ee36be79e501d6e9fdd7106a1d72762d42
pkgname = approxmvbb
-
diff --git a/PKGBUILD b/PKGBUILD
index b974adeeebff..5ec03fc3a38a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: DanManN <dnahimov@gmail.com>
+# Maintainer: DanielNak <daniel@tee.cat>
# Library package author: Gabriel Nützi <gnuetzi@gmail.com>
_author=gabyx
_pkgname=ApproxMVBB
pkgname=approxmvbb
pkgver=2.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Fast algorithms to compute an approximation of the minimal volume oriented bounding box of a point cloud in 3D."
arch=('any')
url="http://$_author.github.io/$_pkgname/"