python3-icoextract 0.2.0-2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name='python3-icoextract'
|
||||
version='0.2.0'
|
||||
release='1'
|
||||
release='2'
|
||||
desc='Windows PE EXE icon extractor'
|
||||
desc_ru='Извлечение иконок из Windows PE EXE файлов'
|
||||
homepage='https://github.com/jlu5/icoextract'
|
||||
@@ -36,12 +36,12 @@ checksums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/icoextract-${version}"
|
||||
python -m build --wheel --no-isolation
|
||||
python3 -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/icoextract-${version}"
|
||||
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
}
|
||||
|
||||
files() {
|
||||
|
||||
Reference in New Issue
Block a user