Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Yao Zi <[email protected]>

pkgname=python-tempora
pkgver=5.8.0
pkgver=5.8.1
pkgrel=1
pkgdesc='Objects and routines pertaining to date and time (tempora).'
url='https://github.com/jaraco/tempora'
Expand All @@ -12,7 +12,7 @@ makedepends=(python-build python-wheel python-installer python-setuptools
python-setuptools-scm git)
# checkdepends=(python-freezegun python-pytest python-pytest-freezegun)
source=("git+$url.git#tag=v$pkgver")
sha256sums=('6cd75331757dcfa85efe444fe8666866a39fc6a45aea08af00b188818560c20c')
sha256sums=('cb786843522393e347ff29f2aebfd219619d447c72f9f591b44e841526a1907f')

build () {
cd tempora
Expand Down