summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMateen Ulhaq2023-05-29 20:33:30 -0700
committerMateen Ulhaq2023-05-29 20:33:30 -0700
commite2ac3060ab51b4a4b778aa825dd9e1b20b875401 (patch)
tree2d9d34d4e9f2f2d02b1e74cee62287c12c92776b /PKGBUILD
parent0b1c3b6e24f9d13ef6432dd94499522414c9a9c5 (diff)
downloadaur-mpeg-pcc-tmc13-git.tar.gz
Revert "fix: tmc3 -> tmc13"
This reverts commit 0b1c3b6e24f9d13ef6432dd94499522414c9a9c5.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 109056e8269d..57bb2fbec689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mpeg-pcc-tmc13-git
pkgver=14.0.r0.gc3c9798
-pkgrel=2
+pkgrel=1
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/tmc13/tmc13" "$pkgdir/usr/bin/tmc13"
+ install -Dm755 "build/tmc3/tmc3" "$pkgdir/usr/bin/tmc3"
install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/mpeg-pcc-tmc13/COPYING"
mkdir -p "$pkgdir/usr/share/doc/mpeg-pcc-tmc13/"
install -Dm644 \