aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2019-06-19 23:07:25 +0300
committerAndrey Novikov2019-06-19 23:07:25 +0300
commit3b131db09a36833fd9e6d54fe49d11ea0a84043c (patch)
treeebd973fe2a6b09570154053711d9f0227b7e3e4d /PKGBUILD
parent5ca21056bef9f8a08d935c54e4b146a594e5d51e (diff)
downloadaur-3b131db09a36833fd9e6d54fe49d11ea0a84043c.tar.gz
Remove vips from imgproxy makedepends (seems redundant)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ad7073e5cab..c4736576812c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=imgproxy
pkgdesc="Fast and secure standalone server for resizing and converting remote images"
pkgver=2.2.13
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
license=('MIT')
depends=('vips')
-makedepends=('go' 'rsync' 'vips')
+makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
sha256sums=('3a8a4ff27a919ceea48d95a49f13f4a131fde551502f522c11054ce4d586f337')