python_ics: fix pkgbase naming

This commit is contained in:
Christoph Reiter
2020-09-18 09:57:53 +02:00
committed by GitHub
parent 08e780de56
commit d9381e7185

View File

@@ -1,13 +1,13 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
_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/'