author | Felix Yan
<felixonmars@archlinux.org> 2021-12-01 21:32:57 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2021-12-01 21:32:57 UTC |
parent | b12107f50405eb73746f2a6000dd5f262fdab65b |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index c4b70c9..bdefaec 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname='python-boolean.py' _name=${pkgname#python-} pkgver=3.8 -pkgrel=4 +pkgrel=5 pkgdesc='Implements boolean algebra in one module' arch=('any') url='https://github.com/bastikr/boolean.py'