diff options
author | envolution | 2024-12-22 20:12:25 -0500 |
---|---|---|
committer | envolution | 2024-12-22 20:12:25 -0500 |
commit | fe027a78d0ab7a17af79d4fa8832f9d730dedd34 (patch) | |
tree | 9287cf31a6cefe724ac709b9e5f487375e0e075e | |
parent | 3607b02a9bc6dda8b8ea34ee2d6627e24333e94d (diff) | |
download | aur-fe027a78d0ab7a17af79d4fa8832f9d730dedd34.tar.gz |
python 3.13 bump
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = python-dialite pkgdesc = Lightweight pure-Python package to show simple dialogs pkgver = 0.5.3 - pkgrel = 4 + pkgrel = 5 url = https://github.com/flexxui/dialite arch = any license = BSD @@ -6,7 +6,7 @@ pkgname=python-dialite pkgver=0.5.3 -pkgrel=4 +pkgrel=5 pkgdesc='Lightweight pure-Python package to show simple dialogs' arch=('any') url='https://github.com/flexxui/dialite' |