Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-moddb
Commits:
6bf85b40 by Maxime Gauduin at 2023-10-30T15:24:07+01:00
upgpkg: 0.10.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-moddb
pkgdesc = A Python scraper to access ModDB mods, games and more as
objects
- pkgver = 0.9.0
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/ClementJ18/moddb
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-moddb
depends = python-pyrate-limiter
depends = python-requests
depends = python-toolz
- source =
git+https://github.com/ClementJ18/moddb.git#tag=98faf8981331e8627bb94ec29d04bb03bf039587
+ source =
git+https://github.com/ClementJ18/moddb.git#tag=536b4235c27377bfac552bef5ebfe30a01419fa9
b2sums = SKIP
pkgname = python-moddb
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Mark Wagie <[email protected]>
pkgname=python-moddb
-pkgver=0.9.0
+pkgver=0.10.0
pkgrel=1
pkgdesc='A Python scraper to access ModDB mods, games and more as objects'
arch=(any)
@@ -21,7 +21,7 @@ makedepends=(
python-setuptools
python-wheel
)
-_tag=98faf8981331e8627bb94ec29d04bb03bf039587
+_tag=536b4235c27377bfac552bef5ebfe30a01419fa9
source=(git+https://github.com/ClementJ18/moddb.git#tag=${_tag})
b2sums=(SKIP)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-moddb/-/commit/6bf85b40a5cfb3fbf61249fe27fd6ef18f6ec51a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-moddb/-/commit/6bf85b40a5cfb3fbf61249fe27fd6ef18f6ec51a
You're receiving this email because of your account on gitlab.archlinux.org.