git » namcap.git » commit 9678a63

Python 3.9 rebuild

author Felix Yan
2020-11-13 09:28:37 UTC
committer Felix Yan
2020-11-13 09:28:37 UTC
parent aced25ea284edf944fc63d6a313c8418e771f3eb

Python 3.9 rebuild

PKGBUILD +1 -2

diff --git a/PKGBUILD b/PKGBUILD
index e6c3730..98e2510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=namcap
 pkgver=3.2.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A Pacman package analyzer"
 arch=('any')
 url="https://projects.archlinux.org/namcap.git/"
@@ -40,4 +40,3 @@ package() {
   cd ${pkgname}-${pkgver}
   python setup.py install --root="${pkgdir}"
 }
-