pkgname=dummy
pkgdesc='dummy package with unresolvable conflicts'
pkgver=0
pkgrel=0
arch=('any')
depends=('glibc')
conflicts=('glibc')
license=('GPL-2.0-or-later')

package() {
	true
}
