summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2019-03-11 22:53:18 +0100
committerspider-mario2019-03-11 22:53:18 +0100
commitce81ca54e9e7c10ed33eb8377b982147e2910d78 (patch)
treeca70b63022f5e326d4748f1da1f95d941adf2d38
parent3ccf344b81a6e8e62ab459d9d68810378ed0514a (diff)
downloadaur-ce81ca54e9e7c10ed33eb8377b982147e2910d78.tar.gz
ssimulacra depends specifically on opencv2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 295ba059c3ff..eb4e4d50bcda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ssimulacra
pkgdesc = Structural SIMilarity Unveiling Local And Compression Related Artifacts
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cloudinary/ssimulacra
arch = x86_64
license = Apache
makedepends = vtk
- depends = opencv
+ depends = opencv2
source = git+https://github.com/cloudinary/ssimulacra.git#commit=589fac281aa4a8ecfb9ce07ec2e6f6dd1e6eccbb
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c780ed7916f6..bfbf234e181a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: spider-mario <spidermario@free.fr>
pkgname=ssimulacra
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Structural SIMilarity Unveiling Local And Compression Related Artifacts"
arch=('x86_64')
url="https://github.com/cloudinary/ssimulacra"
license=('Apache')
-depends=('opencv')
+depends=('opencv2')
makedepends=('vtk')
source=('git+https://github.com/cloudinary/ssimulacra.git#commit=589fac281aa4a8ecfb9ce07ec2e6f6dd1e6eccbb')
sha512sums=('SKIP')