aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrey Novikov2019-06-19 22:57:00 +0300
committerAndrey Novikov2019-06-19 22:57:00 +0300
commit9ca61ebc9399874b9d9424bda7c6bb44f2347022 (patch)
tree58bb14595fc9f507419b2c08f436ca411f048c41 /README.md
downloadaur-9ca61ebc9399874b9d9424bda7c6bb44f2347022.tar.gz
Add imgproxy 2.2.13 to AUR
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..9d1a2a694cda
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# imgproxy
+
+Fast and secure standalone server for resizing and converting remote images
+
+## Upgrading
+
+ 1. Change version and checksum in `PKGBUILD` according to git tag and source code archive checksum published in https://github.com/imgproxy/imgproxy/releases
+
+ 2. Update `.SRCINFO` file:
+
+ ```sh
+ makepkg --printsrcinfo > .SRCINFO
+ ```
+ 3. Build package
+
+ ```sh
+ makepkg
+ ```
+
+ 4. Commit and push changes