summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost van de Sande2021-02-17 21:03:43 +0100
committerPieter Joost van de Sande2021-02-17 21:03:43 +0100
commitcf23a5ff35fd20e5d9a535430d978a2de7c836fa (patch)
treef37bf466a8b9792d108f648094793736cd6863d8
parente55d74709bab4e9d2db373c5e336853d76160d86 (diff)
downloadaur-cf23a5ff35fd20e5d9a535430d978a2de7c836fa.tar.gz
bump to version 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e34d2a66a66..a7d73f129cec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = imgdiff
pkgdesc = Faster than the fastest in the world pixel-by-pixel image difference tool.
- pkgver = 1.0.0
- pkgrel = 2
+ pkgver = 1.0.1
+ pkgrel = 1
url = https://github.com/n7olkachev/imgdiff
arch = i686
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- source = https://github.com/n7olkachev/imgdiff/archive/v1.0.0.tar.gz
+ source = https://github.com/n7olkachev/imgdiff/archive/v1.0.1.tar.gz
md5sums = a8f7958f42ed207811a65d31b2177c92
pkgname = imgdiff
diff --git a/PKGBUILD b/PKGBUILD
index e9877f2bbf28..d7078e47d61d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pieter Joost <pj@born2code.net>
pkgname=imgdiff
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
url="https://github.com/n7olkachev/${pkgname}"
pkgdesc="Faster than the fastest in the world pixel-by-pixel image difference tool."
arch=('i686' 'x86_64')
@@ -11,9 +11,7 @@ makedepends=(
'git'
)
source=("${url}/archive/v${pkgver}.tar.gz")
-md5sums=(
- 'a8f7958f42ed207811a65d31b2177c92'
-)
+md5sums=('a8f7958f42ed207811a65d31b2177c92')
build() {
cd "$srcdir/$pkgname-$pkgver"