summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2018-08-14 23:47:42 +0200
committerJuliette Monsel2018-08-14 23:47:42 +0200
commitef2ab8ad54ea6083fc2213cea0f087a1f18042d2 (patch)
tree2c836a1c12cb2a3327784c61160a6c630f85b384
parent0c15dcfc011f4a488329c1fd51a14f25ae996200 (diff)
downloadaur-ef2ab8ad54ea6083fc2213cea0f087a1f18042d2.tar.gz
Fix checksums
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6e0e50d414e..de195129bfc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = python-tkfilebrowser
makedepends = python-setuptools
makedepends = python2-setuptools
source = tkFileBrowser-2.2.3.tar.gz::https://github.com/j4321/tkFileBrowser/archive/v2.2.3.tar.gz
- sha512sums = 0d54a1510cfc57b4b713fb73f06c7f7e8b50d24695b3eb466ea4c3154ee66d85d30feb0af07ff54ca645b99c7597376624f60e9dc90df6af1b9c445987a654d7
+ sha512sums = 180f80c362f45487e4924e34bce899075ef0b8330fe09220384f48908bdd2651985bfc0bce6f640ba40a699f288e82808cf4691c9268a284a00b679ad695c8a2
pkgname = python-tkfilebrowser
depends = python-psutil
diff --git a/PKGBUILD b/PKGBUILD
index 907f49a8725f..3e7ac7398bc2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
license=('GPL3')
makedepends=('python-setuptools' 'python2-setuptools')
source=("$_name-$pkgver.tar.gz::https://github.com/j4321/$_name/archive/v$pkgver.tar.gz")
-sha512sums=('0d54a1510cfc57b4b713fb73f06c7f7e8b50d24695b3eb466ea4c3154ee66d85d30feb0af07ff54ca645b99c7597376624f60e9dc90df6af1b9c445987a654d7')
+sha512sums=('180f80c362f45487e4924e34bce899075ef0b8330fe09220384f48908bdd2651985bfc0bce6f640ba40a699f288e82808cf4691c9268a284a00b679ad695c8a2')
build() {
cd "${srcdir}/$_name-${pkgver}"