[arch-commits] Commit in python-cx-freeze/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Oct 15 19:28:59 UTC 2021
Date: Friday, October 15, 2021 @ 19:28:59
Author: arojas
Revision: 1030323
Update to 6.8.1, add missing patchelf dependency
Modified:
python-cx-freeze/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-15 19:04:41 UTC (rev 1030322)
+++ PKGBUILD 2021-10-15 19:28:59 UTC (rev 1030323)
@@ -7,13 +7,13 @@
# Contributor: Julien Duponchelle <julien at gns3.net>
pkgname=python-cx-freeze
-pkgver=6.7
+pkgver=6.8.1
pkgrel=1
pkgdesc='Create standalone executables from Python scripts'
arch=('x86_64')
url='https://marcelotduarte.github.io/cx_Freeze'
license=('PSF')
-depends=('python-importlib-metadata')
+depends=('python-importlib-metadata' 'patchelf')
makedepends=('python-setuptools')
checkdepends=('python-nose' 'python-openpyxl')
replaces=('python-cx_freeze')
@@ -20,7 +20,7 @@
provides=('python-cx_freeze')
conflicts=('python-cx_freeze')
source=("https://github.com/marcelotduarte/cx_Freeze/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e4b7a1ff58fc5024ae57b6ba05ca01ebbd98eb1b3a234ea1167ce0dacfa79ff748a0425483f4f639dee417371edf59277740a8c55208187b2dfe36eb72ab2742')
+sha512sums=('9e3817276d838d036df5a7ee8b78df0f96676ffb2e993f84271c309cea95448fcef7487ed1090a3690c31f8cf792b60db3b2e30d76b6e6d4f6fc8953254def82')
prepare() {
cd cx_Freeze-$pkgver
More information about the arch-commits
mailing list