enchant2: resolve file conflict with enchant

fixes #14500
This commit is contained in:
Enno Boland 2018-05-17 16:26:21 +02:00
parent 93bafb401a
commit daa1129150
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,7 +1,7 @@
# Template file for 'enchant2'
pkgname=enchant2
version=2.2.3
revision=1
revision=2
wrksrc="enchant-${version}"
build_style=gnu-configure
hostmakedepends="pkg-config"
@ -12,6 +12,8 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
homepage="https://abiword.github.io/enchant/"
distfiles="https://github.com/AbiWord/enchant/releases/download/v${version}/enchant-${version}.tar.gz"
checksum=abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d
make_build_args="pkgdatadir=/usr/share/enchant-2"
make_install_args="$make_build_args"
enchant2-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"