From 1d77b08d11a459598975cd73a1c9539849c0d815 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 15 Sep 2022 23:44:18 +0100 Subject: Auto updated packages --- repo/newt/newt.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/newt') diff --git a/repo/newt/newt.xibuild b/repo/newt/newt.xibuild index 6696f55..e256ffc 100644 --- a/repo/newt/newt.xibuild +++ b/repo/newt/newt.xibuild @@ -4,7 +4,7 @@ MAKEDEPS="make tcl python" DEPS="gmp libxcrypt popt slang python tcl" PKG_VER=0.52.21 -SOURCE=https://releases.pagure.org/newt/newt-0.52.21.tar.gz +SOURCE=https://releases.pagure.org/newt/newt-$PKG_VER.tar.gz DESC="Not Erik's Windowing Toolkit - text mode windowing with slang" build () { @@ -15,7 +15,7 @@ build () { ./configure --prefix=/usr \ --with-gpm-support \ - --with-python=python3.10 && + --with-python=python3 && make } -- cgit v1.2.1