git » python-mdurl.git » commit fde5fe6

rebuild with python 3.11

author Felix Yan
2023-04-10 12:15:35 UTC
committer Felix Yan
2023-04-10 12:15:35 UTC
parent 862dc4b51455dfecb42d5c980c7753b66640bf12

rebuild with python 3.11

PKGBUILD +1 -1

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