mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
scanmem: remove noarch
This commit is contained in:
parent
b5fb9164e7
commit
b3451947be
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'scanmem'
|
# Template file for 'scanmem'
|
||||||
pkgname=scanmem
|
pkgname=scanmem
|
||||||
version=0.17
|
version=0.17
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-gui"
|
configure_args="--disable-static --enable-gui"
|
||||||
hostmakedepends="automake gettext-devel intltool libtool m4 python"
|
hostmakedepends="automake gettext-devel intltool libtool m4 python"
|
||||||
|
@ -41,7 +41,6 @@ libscanmem-devel_package() {
|
||||||
gameconqueror_package() {
|
gameconqueror_package() {
|
||||||
short_desc="GameConqueror is a GUI front-end for scanmem, providing more features"
|
short_desc="GameConqueror is a GUI front-end for scanmem, providing more features"
|
||||||
depends="polkit gtk+3 python3-gobject lib${sourcepkg}>=${version}_${revision}"
|
depends="polkit gtk+3 python3-gobject lib${sourcepkg}>=${version}_${revision}"
|
||||||
archs=noarch
|
|
||||||
python_version=3
|
python_version=3
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
cd $DESTDIR
|
cd $DESTDIR
|
||||||
|
|
Loading…
Add table
Reference in a new issue