summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2020-12-24 11:40:22 +0000
committerFelix Yan2020-12-24 11:40:22 +0000
commitf164d132e1519fc37a833fbfb9aac9e535b7a191 (patch)
treeedc6e6ddea66318017c7cef45465cc93284ccb28
parent33ac97fb75246abcdd3ca70876cbdf7e233c5d05 (diff)
downloadaur-f164d132e1519fc37a833fbfb9aac9e535b7a191.tar.gz
upgpkg: 6.4.2-1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea5269098b15..ab85f3980ff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Julien Duponchelle <julien@gns3.net>
pkgname=python-cx-freeze
-pkgver=6.4.1
+pkgver=6.4.2
pkgrel=1
pkgdesc='Create standalone executables from Python scripts'
arch=('x86_64')
@@ -20,7 +20,7 @@ replaces=('python-cx_freeze')
provides=('python-cx_freeze')
conflicts=('python-cx_freeze')
source=("https://github.com/marcelotduarte/cx_Freeze/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('1ce3debc542ca6b4d356e0cac907432386bd23e7f33b968e848f8d9a4307b13909c916511f2e381bd40d004241c90a8e9467701fadef641fc846f765253dc626')
+sha512sums=('ddcff29c749872a51d691f852630f2e4cca77449c930993807cc1d459087ba25a2e58c2ce8669e4ca297a0d3ac659b007d9a94fdc389b46685aeb7a95307882b')
prepare() {
cd cx_Freeze-$pkgver