summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2015-11-05 20:27:54 -0600
committerDoug Newgard2015-11-05 20:27:54 -0600
commit1c149939b777e573ec95078e301bb1f73c72ddd5 (patch)
tree701612123edc0a30605340cec571a49e80be376f
parentff4ef99a66c6519a44a98186c6236149b9acf7f0 (diff)
downloadaur-1c149939b777e573ec95078e301bb1f73c72ddd5.tar.gz
Only ttf-ms-win10 should provide/conflict with ttf-ms-fonts
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65a442207235..50be92620266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,8 +52,8 @@ arch=(any)
url='http://www.microsoft.com/typography/fonts/product.aspx?PID=164'
license=(custom)
depends=(fontconfig xorg-fonts-encodings xorg-mkfontscale xorg-mkfontdir)
-provides=(ttf-font ttf-ms-fonts)
-conflicts=(ttf-{ms,vista,win7}-fonts)
+provides=(ttf-font)
+conflicts=(ttf-{vista,win7}-fonts)
install=$pkgbase.install
_ttf_ms_win10=(
@@ -331,8 +331,8 @@ _package() {
package_ttf-ms-win10() {
pkgdesc='Microsoft Windows 10 TrueType fonts'
- provides+=('ttf-tahoma')
- conflicts+=('ttf-tahoma')
+ provides+=(ttf-tahoma ttf-ms-fonts)
+ conflicts+=(ttf-tahoma ttf-ms-fonts)
_package ${_ttf_ms_win10[@]}
}