python_ics: fix pkgbase naming
This commit is contained in:
@@ -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/'
|
||||
|
||||
Reference in New Issue
Block a user