summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNichlas Severinsen2021-04-23 12:20:57 +0200
committerNichlas Severinsen2021-04-23 12:20:57 +0200
commitf33fb85cf0a176e4e75825c659c34b8bfe6628bb (patch)
tree20b0047c650ef57ececb7392a44903185ead587e
parente12c67e4c82adfb5cb37f1bcea86ab85d0d0df29 (diff)
downloadaur-f33fb85cf0a176e4e75825c659c34b8bfe6628bb.tar.gz
Change -DPREFIX to -DCMAKE_INSTALL_PREFIX
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef46c0642b8d..1cbec6311b76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vqmt-git
pkgdesc = Video Quality Measurement Tool which can compute PSNR, SSIM, MS-SSIM, VIFp, PSNR-HVS and PSNR-HVS-M metrics
- pkgver = v1.1.23.ge49803f
- pkgrel = 1
+ pkgver = v1.1.25.g640a3a8
+ pkgrel = 2
url = https://mmspg.epfl.ch/downloads/vqmt/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 18cf4718a943..93fa4917bdc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: pingplug < aur at pingplug dot me >
-# Submitter: Rolinh < robin DOT hahling AT gw-computing DOT net >
+# Maintainer: necklace <ns@nsz.no>
+# Contributor: pingplug < aur at pingplug dot me >
# Contributor: Rolinh < robin DOT hahling AT gw-computing DOT net>
_pkgname=VQMT
pkgname=vqmt-git
-pkgver=v1.1.23.ge49803f
-pkgrel=1
+pkgver=v1.1.25.g640a3a8
+pkgrel=2
pkgdesc="Video Quality Measurement Tool which can compute PSNR, SSIM, MS-SSIM, VIFp, PSNR-HVS and PSNR-HVS-M metrics"
arch=('x86_64')
url="https://mmspg.epfl.ch/downloads/vqmt/"
@@ -25,7 +25,7 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
cmake \
- -DPREFIX=/usr \
+ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=RELEASE \
.
make