qupzilla{,1}: conflict with each other
This commit is contained in:
parent
aa1e521b1e
commit
b55b73aad4
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qupzilla'
|
||||
pkgname=qupzilla
|
||||
version=2.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=QupZilla-${version}
|
||||
build_style=qmake
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -15,6 +15,7 @@ license="GPL-3"
|
|||
homepage="http://www.qupzilla.com/"
|
||||
distfiles="https://github.com/QupZilla/${pkgname}/releases/download/v${version}/QupZilla-${version}.tar.xz"
|
||||
checksum=b357e2d3de91ec833a34f958c6eb649d86113235ee27a519722d8cae58bc8c78
|
||||
conflicts="qupzilla1>=0"
|
||||
|
||||
do_build() {
|
||||
# Avoid disable_parallel_build=yes by re-running make once
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qupzilla1'
|
||||
pkgname=qupzilla1
|
||||
version=1.8.9
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=QupZilla-${version}
|
||||
build_style=qmake
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -14,6 +14,7 @@ license="GPL-3"
|
|||
homepage="http://www.qupzilla.com/"
|
||||
distfiles="https://github.com/QupZilla/qupzilla/releases/download/v${version}/QupZilla-${version}.tar.xz"
|
||||
checksum=620ffb10a3f6b3f596c2c38a84d9c320cb66dd2d5e6701e8e31945e26308fcac
|
||||
conflicts="qupzilla>=0"
|
||||
|
||||
do_build() {
|
||||
# Avoid disable_parallel_build=yes by re-running make once
|
||||
|
|
Loading…
Reference in New Issue