summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2023-11-11 22:06:44 +0100
committerbartus2023-11-11 22:06:44 +0100
commit98aa585d07d044fa8f54e5e911cbf6de706d4094 (patch)
tree58e624c35c149bc3eee842032c6483f1e0dae049
parent6249b87b762fa18110a2e48cf1c5733b0e88c321 (diff)
downloadaur-98aa585d07d044fa8f54e5e911cbf6de706d4094.tar.gz
Pop version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 118aa286ca59..7f6ef6c7c194 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = draco-git
pkgdesc = Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.
- pkgver = 1.3.5+38+g5db6df1
+ pkgver = 1.5.6
pkgrel = 1
url = https://google.github.io/draco/
arch = x86_64
@@ -12,4 +12,3 @@ pkgbase = draco-git
sha256sums = SKIP
pkgname = draco-git
-
diff --git a/PKGBUILD b/PKGBUILD
index bf66743ab207..30b80a7a58bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
basename=draco
pkgname=$basename-git
-pkgver=1.3.5+38+g5db6df1
+pkgver=1.5.6
pkgrel=1
pkgdesc="Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics."
arch=('x86_64')
@@ -35,6 +35,4 @@ build() {
package() {
cd "${srcdir}/${basename}/build"
DESTDIR="${pkgdir}" make install
- mv ${pkgdir}/usr/build/*.h ${pkgdir}/usr/include/draco/
- rm ${pkgdir}/usr/build -R
}