diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:47:20 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:56:46 +0100 |
commit | a1d82606cd0292e23593ef82802dfa90c9e986d3 (patch) | |
tree | 7313e6fdf55cd8161004035c536fe0070d33c556 | |
parent | bf8f1f4203ed225397cac02b3d107d7efc0cfaa0 (diff) | |
download | abslibre-a1d82606cd0292e23593ef82802dfa90c9e986d3.tar.gz abslibre-a1d82606cd0292e23593ef82802dfa90c9e986d3.tar.bz2 abslibre-a1d82606cd0292e23593ef82802dfa90c9e986d3.zip |
pcr/ttf-montserrat: fixed syntax errors in PKGBUILD
-rw-r--r-- | pcr/ttf-montserrat/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pcr/ttf-montserrat/PKGBUILD b/pcr/ttf-montserrat/PKGBUILD index 1069ddb19..f38fc6a0d 100644 --- a/pcr/ttf-montserrat/PKGBUILD +++ b/pcr/ttf-montserrat/PKGBUILD @@ -3,16 +3,14 @@ # Contributor (Arch): scolobb <scolobb at colimite fr> #THX for the mirror pkgname=ttf-montserrat -provides="ttf-montserrat" +provides=("ttf-montserrat") pkgdesc="Gorgeous geometric font with extended latin support (Regular, Alternates, Subrayada)" url="http://montserrat.zkysky.com.ar/en" pkgver=1.0 pkgrel=1 arch=('i686' 'x86_64') license=('SIL Open Font') -depends= install=ttf.install -makedepends= #source=('http://colimite.fr/aur-mirrors/Montserrat.tar.gz') #BACKUP source=('http://marvid.fr/~eeva/mirror/Montserrat.tar.gz') sha512sums=('1d36ad8eb439ee2a2eee405bab2535cdf1e798e10d2e1ad93e86abb93656033d9136bda0482fd0d0f1a41473aca2078f5969a1385cdafa4ac7f667ef54f1e30e') @@ -32,4 +30,4 @@ package() { install -m644 MontserratAlternates-Regular.ttf "${pkgdir}/usr/share/fonts/TTF/MontserratAlternates-Regular.ttf" install -m644 MontserratSubrayada-Bold.ttf "${pkgdir}/usr/share/fonts/TTF/MontserratSubrayada-Bold.ttf" install -m644 MontserratSubrayada-Regular.ttf "${pkgdir}/usr/share/fonts/TTF/MontserratSubrayada-Regular.ttf" -}
\ No newline at end of file +} |