diff options
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ pkgname=python-kconfiglib -pkgver=13.3.0 +pkgver=13.3.1 pkgrel=1 pkgdesc="A flexible Python 2/3 Kconfig implementation and library" @@ -11,7 +11,7 @@ depends=('python') makedepends=('python-setuptools') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ulfalizer/Kconfiglib/archive/v${pkgver}.tar.gz") -sha512sums=('7fc47c3abe635dc5ecf1df0e707e52b97610140c541d31194b41b721015dae1365c337b5322ec9190acba1cfc951f8c473fc96efbdc900f8c13bfc9358cb2a22') +sha512sums=('a531764521e336ef4672f2794a7b4e5b7d1816c6ffd9e3febabfe6e14fcfd85b56706bfd5eadd3be769c29ef7752367fc9dbf5b5d3bf933f4582353708536646') build() { cd $srcdir/Kconfiglib-$pkgver |