sioyek: drop bad archs= and add back nocross
This commit is contained in:
parent
ff92ae7b24
commit
fa37fead51
|
@ -2,7 +2,6 @@
|
||||||
pkgname=sioyek
|
pkgname=sioyek
|
||||||
version=1.5.0
|
version=1.5.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686* x86_64*"
|
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="qt5-qmake qt5-host-tools
|
hostmakedepends="qt5-qmake qt5-host-tools
|
||||||
qt5-opengl qt5-gui qt5-widgets qt5-network"
|
qt5-opengl qt5-gui qt5-widgets qt5-network"
|
||||||
|
@ -16,6 +15,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://sioyek.info/"
|
homepage="https://sioyek.info/"
|
||||||
distfiles="https://github.com/ahrm/sioyek/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/ahrm/sioyek/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=2d01c757953c3f2d98428376e642d13b8a9edeba8fee506477e8aa178756f16b
|
checksum=2d01c757953c3f2d98428376e642d13b8a9edeba8fee506477e8aa178756f16b
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
qmake pdf_viewer_build_config.pro
|
qmake pdf_viewer_build_config.pro
|
||||||
|
|
Loading…
Reference in New Issue