From 4bad905ce6b134102ed2ba116639ff0ae12a71d4 Mon Sep 17 00:00:00 2001 From: Christian Schendel Date: Sun, 11 Jan 2026 07:55:58 +0100 Subject: [PATCH] upgpg: python-vdf-4.0-3: Rebuild for Python 3.14 --- .SRCINFO | 16 ---------------- .gitignore | 1 - PKGBUILD | 2 +- 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 .SRCINFO diff --git a/.SRCINFO b/.SRCINFO deleted file mode 100644 index 62f555e..0000000 --- a/.SRCINFO +++ /dev/null @@ -1,16 +0,0 @@ -pkgbase = python-vdf - pkgdesc = Library for working with Valve's VDF text format - pkgver = 4.0 - pkgrel = 2 - url = https://github.com/solsticegamestudios/vdf - arch = any - license = MIT - checkdepends = python-nose - checkdepends = python-coverage - checkdepends = python-pytest - makedepends = python-setuptools - depends = python>=3.6 - source = python-vdf-4.0.tar.gz::https://github.com/solsticegamestudios/vdf/archive/v4.0.tar.gz - sha256sums = 1d778663f1158be0f70aa1cdd5b2685ae6eee14e4d11a0d96684b7ed86e89c93 - -pkgname = python-vdf diff --git a/.gitignore b/.gitignore index a8267d1..179f153 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ # But not these files... !.gitignore !PKGBUILD -!.SRCINFO !LICENSE !chroot-build !.nvchecker.toml diff --git a/PKGBUILD b/PKGBUILD index f998075..9e2d3e6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ _pkgname=vdf pkgname=python-vdf pkgver=4.0 -pkgrel=2 +pkgrel=3 pkgdesc="Library for working with Valve's VDF text format" arch=('any') url='https://github.com/solsticegamestudios/vdf'