aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaroslav Ilin2020-06-25 18:49:34 +0300
committerYaroslav Ilin2020-06-25 18:49:34 +0300
commit9e2cbcb87363c4ab6cb5da6550bdf36b3e66eae3 (patch)
tree11307e1d64fb14ee6dcf06dc27769a643f559989
parent499b6addf422c027ba99eea64f69c0a09b76880a (diff)
downloadaur-9e2cbcb87363c4ab6cb5da6550bdf36b3e66eae3.tar.gz
Fix missing dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abe78769ea77..7e4c735133ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = imgproxy
license = MIT
makedepends = go
makedepends = rsync
- depends = vips
+ depends = libvips
source = https://github.com/imgproxy/imgproxy/archive/v2.13.0.tar.gz
sha256sums = 6563480c041d960fc8f2a2499a7284b3b2ddf3b35da8b118bc8d139858463bb8
diff --git a/PKGBUILD b/PKGBUILD
index dcdfc1ffc0bf..c7abbe8e20ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
license=('MIT')
-depends=('vips')
+depends=('libvips')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
sha256sums=('6563480c041d960fc8f2a2499a7284b3b2ddf3b35da8b118bc8d139858463bb8')