summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateen Ulhaq2023-05-29 20:28:46 -0700
committerMateen Ulhaq2023-05-29 20:28:46 -0700
commit0b1c3b6e24f9d13ef6432dd94499522414c9a9c5 (patch)
treeb4f91285dd90ba2561da061550daa7677e517b04
parentf45ec383a63259a8a68926958c6c687fdb40e249 (diff)
downloadaur-0b1c3b6e24f9d13ef6432dd94499522414c9a9c5.tar.gz
fix: tmc3 -> tmc13
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de3271283361..f0f587e9c08a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpeg-pcc-tmc13-git
pkgdesc = Geometry based point cloud compression (G-PCC) test model
pkgver = 14.0.r0.gc3c9798
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MPEGGroup/mpeg-pcc-tmc13.git
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 57bb2fbec689..109056e8269d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mpeg-pcc-tmc13-git
pkgver=14.0.r0.gc3c9798
-pkgrel=1
+pkgrel=2
pkgdesc="Geometry based point cloud compression (G-PCC) test model"
arch=("x86_64")
url="https://github.com/MPEGGroup/mpeg-pcc-tmc13.git"
@@ -30,7 +30,7 @@ build() {
package() {
cd "$pkgname" || exit 1
- install -Dm755 "build/tmc3/tmc3" "$pkgdir/usr/bin/tmc3"
+ install -Dm755 "build/tmc13/tmc13" "$pkgdir/usr/bin/tmc13"
install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/mpeg-pcc-tmc13/COPYING"
mkdir -p "$pkgdir/usr/share/doc/mpeg-pcc-tmc13/"
install -Dm644 \