diff --git a/mingw-w64-python-python_ics/PKGBUILD b/mingw-w64-python-python_ics/PKGBUILD index 8a00ecd784..81e1337d78 100644 --- a/mingw-w64-python-python_ics/PKGBUILD +++ b/mingw-w64-python-python_ics/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Alexey Pavlov _realname=python_ics -pkgbase=mingw-w64-python2-${_realname} +pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=4.3 -pkgrel=1 +pkgrel=2 pkgdesc="Python C Code module for interfacing to the icsneo40 dynamic library (mingw-w64)" arch=('any') url='https://github.com/intrepidcs/python_ics/'