From 57687923c41bddc5905fd3959b5575ad84a5f7f1 Mon Sep 17 00:00:00 2001 From: Christian Schendel Date: Sun, 11 Jan 2026 08:04:39 +0100 Subject: [PATCH] upgpkg: python-steam-1:1.6.1-2: Rebuild for Python 3.14 --- .SRCINFO | 21 --------------------- .gitignore | 1 - PKGBUILD | 2 +- 3 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 .SRCINFO diff --git a/.SRCINFO b/.SRCINFO deleted file mode 100644 index f574175..0000000 --- a/.SRCINFO +++ /dev/null @@ -1,21 +0,0 @@ -pkgbase = python-steam - pkgdesc = Python package for interacting with Steam - pkgver = 1.6.1 - pkgrel = 1 - url = https://github.com/solsticegamestudios/steam - arch = any - license = MIT - makedepends = python-build - makedepends = python-installer - makedepends = python-setuptools - makedepends = python-wheel - depends = python - depends = python-cachetools - depends = python-pycryptodomex - depends = python-requests - depends = python-six - depends = python-vdf - source = steam-1.6.1.tar.gz::https://github.com/solsticegamestudios/steam/archive/refs/tags/v1.6.1.tar.gz - sha256sums = dcc305f11e1686a3557cd87afdc50ce177a5015ba3fdd51bef63c7302dd21b05 - -pkgname = python-steam 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 7917767..c7cc27e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ pkgname=python-steam _name=${pkgname#python-} pkgver=1.6.1 +pkgrel=2 epoch=1 -pkgrel=1 pkgdesc="Python package for interacting with Steam" arch=('any') url="https://github.com/solsticegamestudios/steam"