summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Bachmann2017-01-06 11:07:53 +0100
committerSimon Bachmann2017-01-06 11:07:53 +0100
commitd72fe3f69b57416410d780e59997f525c296bad7 (patch)
tree119fbe91c9645b2b99d6aaef41d21dd09c3715a9
parent7173010f10a7b71508be1c7b58a9819947607fd6 (diff)
downloadaur-d72fe3f69b57416410d780e59997f525c296bad7.tar.gz
fixed wrong checksum
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cee1bdb77534..8cb811e3811b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Bachmann <simonbachmann@bluewin.ch>
pkgname=imgtools
pkgver=0.2
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="A Tk extension to scale and rotate photo images"
arch=('x86_64')
@@ -21,7 +21,7 @@ install=
changelog=
source=("https://sourceforge.net/projects/tkimgtools/files/$pkgver/$pkgname-$pkgver.tar.gz/download")
noextract=()
-md5sums=('6a8f919a65407a1057783394c8cbc22b')
+md5sums=('ea0639257c9a142afc96d6ba39bb5ed4')
validpgpkeys=()
prepare() {