aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2019-06-19 23:04:26 +0300
committerAndrey Novikov2019-06-19 23:05:15 +0300
commit5ca21056bef9f8a08d935c54e4b146a594e5d51e (patch)
tree953d31c193dbab555d979d7d1725c1bb28970ae7
parent9ca61ebc9399874b9d9424bda7c6bb44f2347022 (diff)
downloadaur-5ca21056bef9f8a08d935c54e4b146a594e5d51e.tar.gz
Add libvips to imgproxy runtime dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40cafc0bcb4d..01b73b9fadbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imgproxy
pkgdesc = Fast and secure standalone server for resizing and converting remote images
pkgver = 2.2.13
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/imgproxy/imgproxy
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
makedepends = vips
+ depends = vips
source = https://github.com/imgproxy/imgproxy/archive/v2.2.13.tar.gz
sha256sums = 3a8a4ff27a919ceea48d95a49f13f4a131fde551502f522c11054ce4d586f337
diff --git a/PKGBUILD b/PKGBUILD
index c60613798b72..9ad7073e5cab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@
pkgname=imgproxy
pkgdesc="Fast and secure standalone server for resizing and converting remote images"
pkgver=2.2.13
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
license=('MIT')
+depends=('vips')
makedepends=('go' 'rsync' 'vips')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
sha256sums=('3a8a4ff27a919ceea48d95a49f13f4a131fde551502f522c11054ce4d586f337')