aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2021-11-23 17:22:46 +0300
committerAndrey Novikov2021-11-23 17:22:46 +0300
commit8cbd7d9c23fee38dd47856f5a38e59a624645757 (patch)
tree74178ead9c27efe5ed4c5e86a7851c32b5799d1b /PKGBUILD
parenta260d4cbd7a9193b3d4eb18edd4457bd841904c3 (diff)
downloadaur-8cbd7d9c23fee38dd47856f5a38e59a624645757.tar.gz
Upgrade imgproxy to 3.0.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.0.0 Please note that for GIF saving libvips 8.12+ is required (not available on most Arch derivatives at the moment)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bad6c801f650..aee5847fd6aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=imgproxy
pkgdesc="Fast and secure standalone server for resizing and converting remote images"
-pkgver=2.17.0
+pkgver=3.0.0
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
license=('MIT')
-depends=('libvips')
+depends=('libvips>=8.10')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('f04486e02ca40d14e65cf1774c7bad85d5a237de3798b14cc1160e9eafdb8200')
+sha256sums=('bdea6a0993b0af0fb815528edd544b5e67cab48b768d700ff55872e039a9b937')
build() {
cd "$pkgname-$pkgver"