author | Felix Yan
<felixonmars@archlinux.org> 2021-11-30 20:17:56 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2021-11-30 20:17:56 UTC |
parent | 737aa614f148c5e3c52ea4dddaacb18f07beb2f4 |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 84ebd45..c4b70c9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname='python-boolean.py' _name=${pkgname#python-} pkgver=3.8 -pkgrel=3 +pkgrel=4 pkgdesc='Implements boolean algebra in one module' arch=('any') url='https://github.com/bastikr/boolean.py'