Date: Tuesday, March 8, 2016 @ 09:05:57 Author: fyan Revision: 165577
upgpkg: fira-mono 2:3.206-1 Modified: fira-mono/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-08 07:52:01 UTC (rev 165576) +++ PKGBUILD 2016-03-08 08:05:57 UTC (rev 165577) @@ -3,8 +3,8 @@ pkgbase=fira-mono pkgname=(ttf-fira-mono otf-fira-mono) -pkgver=3.204 -_commit=54736c99038cc308a5dbbddc2101630f26a6b333 +pkgver=3.206 +_tag=4.106 # Tags are at Fira Sans' version pkgrel=1 epoch=2 pkgdesc="Mozilla's typeface designed for Firefox OS (Monospace)" @@ -13,7 +13,7 @@ url='https://github.com/mozilla/Fira' makedepends=('git') depends=('fontconfig' 'xorg-font-utils') -source=("git+https://github.com/mozilla/Fira.git#commit=$_commit" +source=("git+https://github.com/mozilla/Fira.git#tag=$_tag" ttf.install otf.install) md5sums=('SKIP' '9d795e681b14231a6f234c8d2a6d9957' @@ -27,13 +27,13 @@ pkgdesc="Mozilla's monospace typeface designed for Firefox OS" install=ttf.install cd ttf - fonts=(FiraMono-*.ttf) + fonts=(FiraMono*.ttf) installdir=TTF;; otf-fira-mono) pkgdesc="Mozilla's monospace typeface designed for Firefox OS" install=otf.install cd otf - fonts=(FiraMono-*.otf) + fonts=(FiraMono*.otf) installdir=OTF;; esac
