aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2021-11-23 17:22:46 +0300
committerAndrey Novikov2021-11-23 17:22:46 +0300
commit8cbd7d9c23fee38dd47856f5a38e59a624645757 (patch)
tree74178ead9c27efe5ed4c5e86a7851c32b5799d1b
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)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ddf2309dbe7..680a82b6d1da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgproxy
pkgdesc = Fast and secure standalone server for resizing and converting remote images
- pkgver = 2.17.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -8,8 +8,8 @@ pkgbase = imgproxy
license = MIT
makedepends = go
makedepends = rsync
- depends = libvips
- source = https://github.com/imgproxy/imgproxy/archive/v2.17.0.tar.gz
- sha256sums = f04486e02ca40d14e65cf1774c7bad85d5a237de3798b14cc1160e9eafdb8200
+ depends = libvips>=8.10
+ source = https://github.com/imgproxy/imgproxy/archive/v3.0.0.tar.gz
+ sha256sums = bdea6a0993b0af0fb815528edd544b5e67cab48b768d700ff55872e039a9b937
pkgname = imgproxy
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"