summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormagiruuvelvet2018-01-07 00:38:58 +0100
committermagiruuvelvet2018-01-07 00:38:58 +0100
commit7561f30a37f125f765524680bd749963cea3cbdd (patch)
tree82ac31bfedfe6ba15b0502b77494216810d70beb
parent1db56739f591eb9832bdac8d5be0a6b5de4cea44 (diff)
downloadaur-7561f30a37f125f765524680bd749963cea3cbdd.tar.gz
fix hashsum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b0703d8f026..c9e62ca8d8c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 6 19:08:36 UTC 2018
+# Sat Jan 6 23:38:42 UTC 2018
pkgbase = gimp-plugin-resynthesizer
pkgdesc = Suite of gimp plugins for texture synthesis
pkgver = 2.0.2
@@ -12,7 +12,7 @@ pkgbase = gimp-plugin-resynthesizer
depends = gimp>=2.8.x
depends = python
source = gimp-plugin-resynthesizer-src-2.0.2.tgz::https://github.com/bootchk/resynthesizer/archive/2.0.2.tar.gz
- sha256sums = ef8d8137c43cba0a712cf1f9c6891e8606d4b8af9b218cea0efcaa7797aa0a87
+ sha256sums = 6858eb434df4be3b9b24fc0eb046b17fbd90bd63989c44ef01f65055fcf99419
pkgname = gimp-plugin-resynthesizer
diff --git a/PKGBUILD b/PKGBUILD
index b6d709acfe6e..e7fc61ec897b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('GPL3')
depends=('gimp>=2.8.x' 'python')
makedepends=('pkg-config' 'intltool')
source=("$pkgname-src-$pkgver.tgz::https://github.com/bootchk/$_pkgname/archive/$pkgver.tar.gz")
-sha256sums=('ef8d8137c43cba0a712cf1f9c6891e8606d4b8af9b218cea0efcaa7797aa0a87')
+sha256sums=('6858eb434df4be3b9b24fc0eb046b17fbd90bd63989c44ef01f65055fcf99419')
build() {
cd "$srcdir/$_pkgname-$pkgver"