summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2020-07-03 21:46:43 +0200
committermrxx2020-07-03 21:46:43 +0200
commitb229c523274045ad5843a3eb08e6d977af074a76 (patch)
tree5387a1746acbfaedf79697c7428b4c534bf94ce7
parentf239e3f1e7b9ba77db31f0b99848395efa4515f0 (diff)
downloadaur-b229c523274045ad5843a3eb08e6d977af074a76.tar.gz
Remove dependency xorg-font-utils
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3353bb107f17..5be548fa6c10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = ttf-vista-fonts
pkgdesc = Microsoft Vista and Office 2007 True Type Fonts
pkgver = 1
- pkgrel = 9
+ pkgrel = 10
url = https://docs.microsoft.com/en-us/typography/fonts/font-faq
install = ttf-vista-fonts.install
arch = any
license = custom:microsoft
makedepends = fontforge
makedepends = fontconfig
- makedepends = xorg-font-utils
makedepends = cabextract
replaces = vista-fonts
source = ttf-vista-fonts.cab::https://web.archive.org/web/20171225132744/http://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe
diff --git a/PKGBUILD b/PKGBUILD
index abfd19e985da..992701422e00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: jnbek
pkgname=ttf-vista-fonts
pkgver=1
-pkgrel=9
+pkgrel=10
pkgdesc="Microsoft Vista and Office 2007 True Type Fonts"
url="https://docs.microsoft.com/en-us/typography/fonts/font-faq"
license=('custom:microsoft')
arch=('any')
depends=()
-makedepends=('fontforge' 'fontconfig' 'xorg-font-utils' 'cabextract')
+makedepends=('fontforge' 'fontconfig' 'cabextract')
replaces=('vista-fonts')
install=$pkgname.install
source=("${pkgname}.cab::https://web.archive.org/web/20171225132744/http://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe")