summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes2017-09-13 14:39:14 -0300
committerPablo Lezaeta Reyes2017-09-13 14:39:14 -0300
commit6228b11b7f6316371cd133594611f0e3487db9ae (patch)
tree2afa6f3a7ea96c29dcd3946a1bcbb8c082758cd0
parentc957bfd6929488cae774dbd14d78bc2da88317f0 (diff)
downloadaur-thor-codec.tar.gz
ø
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rwxr-xr-xPKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f2de6021c01..f940af918b01 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@
pkgname=thor-codec
_pkg=thor
-pkgver=r134.8d9e0c8
+pkgver=r204.2b2edc8
+# Versioned like h265
pkgrel=1
url=https://tools.ietf.org/html/draft-fuldseth-netvc-thor
pkgdesc="The Thor video codec is a block-based hybrid video codec similar in structure to widespread standards."
@@ -31,7 +32,8 @@ build() {
}
package() {
- # Binaries on src/thor/build directory
+# Binaries on src/thor/build directory
+# Look like the makefile not have a install option
# cd "${srcdir}/${_pkg}"
#
# make DESTDIR=${pkgdir} prefix=/usr \