summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorelimpfor2019-05-15 16:40:44 -0400
committerelimpfor2019-05-15 16:40:44 -0400
commit5ab16b6f4d6e90680d0914ff9c0ed2503450765b (patch)
tree47a73229eaec112bf09c92d321dd280917dfec67
parent05ab048d2b2ced6ab2d86a88c8b4927895c93e28 (diff)
downloadaur-5ab16b6f4d6e90680d0914ff9c0ed2503450765b.tar.gz
dependency changed to opencv2, won't compile otherwise without patching
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f48af6bdaab3..6eca091acd49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = busysteg-git
pkgdesc = Steganography tool to hide information content into busy areas of images, optimally
- pkgver = r10.6857c59
+ pkgver = r13.47ec897
pkgrel = 1
url = https://github.com/jaybosamiya/busysteg
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = busysteg-git
license = MIT
makedepends = git
makedepends = cmake
- depends = opencv
+ depends = opencv2
source = busysteg-git::git+git://github.com/jaybosamiya/busysteg.git
source = https://jay.mit-license.org/license.txt
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c3db415fd6a1..f916f5d3ab5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Elimpfor <aur@s403.33mail.com>
pkgname=busysteg-git
-pkgver=r10.6857c59
+pkgver=r13.47ec897
pkgrel=1
epoch=
pkgdesc="Steganography tool to hide information content into busy areas of images, optimally"
arch=('x86_64' 'i686')
url="https://github.com/jaybosamiya/busysteg"
license=('MIT')
-depends=('opencv')
+depends=('opencv2')
makedepends=('git' 'cmake')
source=("${pkgname}::git+git://github.com/jaybosamiya/busysteg.git" "https://jay.mit-license.org/license.txt")
md5sums=('SKIP' 'SKIP')