[arch-commits] Commit in gsfonts/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Tue Jan 15 18:51:14 UTC 2019


    Date: Tuesday, January 15, 2019 @ 18:51:13
  Author: bisson
Revision: 344155

implement FS#61415

Modified:
  gsfonts/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-15 16:16:29 UTC (rev 344154)
+++ PKGBUILD	2019-01-15 18:51:13 UTC (rev 344155)
@@ -4,7 +4,7 @@
 
 pkgname=gsfonts
 pkgver=20180524
-pkgrel=1
+pkgrel=2
 pkgdesc='(URW)++ Core Font Set [Level 2]'
 url='https://github.com/ArtifexSoftware/urw-base35-fonts'
 arch=('any')
@@ -16,13 +16,13 @@
 
 pkgver() {
 	cd urw-base35-fonts
-	echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD)
+	TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD
 }
 
 package() {
 	cd urw-base35-fonts
 	install -Dt "${pkgdir}/usr/share/fonts/${pkgname}" -m644 fonts/*.otf
-	install -Dt "${pkgdir}/usr/share/appdata" -m644 appstream/*.xml
+	install -Dt "${pkgdir}/usr/share/metainfo" -m644 appstream/*.xml
 
 	install -d "${pkgdir}"/etc/fonts/conf.{avail,d}
 	for _f in fontconfig/*.conf; do



More information about the arch-commits mailing list