[arch-commits] Commit in python-tomli/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Jan 3 20:42:19 UTC 2022
Date: Monday, January 3, 2022 @ 20:42:18
Author: felixonmars
Revision: 433346
upgpkg: python-tomli 1.2.3-1
Modified:
python-tomli/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-03 20:23:40 UTC (rev 433345)
+++ PKGBUILD 2022-01-03 20:42:18 UTC (rev 433346)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-tomli
-pkgver=1.2.2
-pkgrel=4
+pkgver=1.2.3
+pkgrel=1
pkgdesc="A lil' TOML parser"
url="https://github.com/hukkin/tomli"
license=('MIT')
@@ -11,7 +11,7 @@
makedepends=('python-pyproject2setuppy')
checkdepends=('python-pytest' 'python-dateutil')
source=("$pkgname-$pkgver.tar.gz::https://github.com/hukkin/tomli/archive/$pkgver.tar.gz")
-sha512sums=('460ad8ae9a342d82ef12911c0d0e246c1434a5d40d898e91f6c05bf37b7bf9921da05e004c36907d623a797a7a215c1c3faf3f9a2b940f3867b142847a188605')
+sha512sums=('270dbfe1df2e7f2692c35be5cc45e0b78e9e045e150fe959f4d6db8e3022126e7c17338636e57ba553fd928cbfd227938cfcd13128e1f05ee8cff29327594c61')
build() {
cd tomli-$pkgver
More information about the arch-commits
mailing list