runtime-3.3: dep on the non-virtual package

so another runtime providing the same version doesn't get mixed with it.
unlikely, but just to be sure.
This commit is contained in:
Christoph Reiter
2022-12-10 06:30:37 +01:00
parent 2b3ff25ac6
commit 004d714de1

View File

@@ -4,7 +4,7 @@
pkgbase=msys2-runtime-3.3
pkgname=('msys2-runtime-3.3' 'msys2-runtime-3.3-devel')
pkgver=3.3.6
pkgrel=1
pkgrel=2
pkgdesc="Cygwin POSIX emulation engine"
arch=('i686' 'x86_64')
url="https://www.cygwin.com/"
@@ -250,7 +250,7 @@ package_msys2-runtime-3.3() {
package_msys2-runtime-3.3-devel() {
pkgdesc="MSYS2 headers and libraries"
depends=("msys2-runtime=${pkgver}")
depends=("msys2-runtime-3.3=${pkgver}")
provides=("msys2-runtime-devel=${pkgver}")
options=('staticlibs' '!strip')
conflicts=('libcatgets-devel' 'msys2-runtime-devel')