git » python-mdurl.git » commit 862dc4b

rebuild with python 3.11 (rebuild pass 1, specified --nocheck)

author Felix Yan
2023-04-06 02:15:07 UTC
committer Felix Yan
2023-04-06 02:15:07 UTC
parent ce5cd09285edfe21d109dab6c411b12bbc6dff2f

rebuild with python 3.11 (rebuild pass 1, specified --nocheck)

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 1de1aaf..647d09e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 _pkgname=mdurl
 pkgname=python-$_pkgname
 pkgver=0.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc='URL utilities for markdown-it'
 arch=('any')
 url='https://github.com/executablebooks/mdurl'