summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2023-11-05 23:53:29 +0100
committerspider-mario2023-11-05 23:53:29 +0100
commit3d0ceb8ca20a1d9967d9259041007c2a0e44a253 (patch)
treec2cafee6a1d8e55466dfea5de700ccf0a84b1a1a
parent9bfcf9dbb9decf7ac6211dde59bad5e88c286ecc (diff)
downloadaur-ssimulacra.tar.gz
Fix dependency list
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cabcea997436..107fb8ccb1e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ssimulacra
pkgdesc = Structural SIMilarity Unveiling Local And Compression Related Artifacts
pkgver = 0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cloudinary/ssimulacra
arch = x86_64
license = Apache
makedepends = boost
+ makedepends = git
depends = opencv
- depends = boost-libs
source = git+https://github.com/cloudinary/ssimulacra.git#commit=375726b13f9dec2a01950e6710e7e9f488c52ea3
source = opencv4.patch
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dc4a9797f4ef..d8844897b02c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: spider-mario <spidermario@free.fr>
pkgname=ssimulacra
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc="Structural SIMilarity Unveiling Local And Compression Related Artifacts"
arch=('x86_64')
url="https://github.com/cloudinary/ssimulacra"
license=('Apache')
-depends=('opencv' 'boost-libs')
-makedepends=('boost')
+depends=('opencv')
+makedepends=('boost' 'git')
source=('git+https://github.com/cloudinary/ssimulacra.git#commit=375726b13f9dec2a01950e6710e7e9f488c52ea3'
'opencv4.patch')
sha512sums=('SKIP'