summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fasching2019-01-15 07:18:42 +0100
committerAlexander Fasching2019-01-15 07:19:57 +0100
commit0f76ae0168bddefa93b2058a522c91a959ec9041 (patch)
treeb99bc6e13fdd07fa9bb131a79ffd9cc41d586fcb
parente24c10d797de88cc172254e4cdfa0de1fa4fc194 (diff)
downloadaur-0f76ae0168bddefa93b2058a522c91a959ec9041.tar.gz
Support all architectures
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4d4c07df1cd..c8528c1c3efe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = steam-fonts
pkgdesc = Fonts to fix scrambled or missing text in steam menus
pkgver = 1.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://support.steampowered.com/kb_article.php?ref=1974-YFKL-4947
install = steam-fonts.install
- arch = i686
- arch = x86_64
+ arch = any
license = custom
depends = fontconfig
depends = xorg-font-utils
diff --git a/PKGBUILD b/PKGBUILD
index 83548151236a..282cd35b3deb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=steam-fonts
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Fonts to fix scrambled or missing text in steam menus"
depends=('fontconfig' 'xorg-font-utils')
-arch=('i686' 'x86_64')
+arch=('any')
url="https://support.steampowered.com/kb_article.php?ref=1974-YFKL-4947"
license=('custom')
source=("https://support.steampowered.com/downloads/1974-YFKL-4947/SteamFonts.zip")