summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 796081d16d9c..a2e43ba28edf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imgdiff
pkgdesc = Faster than the fastest in the world pixel-by-pixel image difference tool.
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/n7olkachev/imgdiff
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 40bf9c92916b..cc1d17fd0f92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pieter Joost <pj@born2code.net>
pkgname=imgdiff
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
url="https://github.com/n7olkachev/${pkgname}"
pkgdesc="Faster than the fastest in the world pixel-by-pixel image difference tool."
arch=('i686' 'x86_64')