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

Antonio Rojas arojas at archlinux.org
Tue Oct 20 20:59:26 UTC 2020


    Date: Tuesday, October 20, 2020 @ 20:59:26
  Author: arojas
Revision: 398676

Fix pkgver (FS#68351)

Modified:
  gsfonts/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-20 20:42:21 UTC (rev 398675)
+++ PKGBUILD	2020-10-20 20:59:26 UTC (rev 398676)
@@ -3,7 +3,7 @@
 # Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=gsfonts
-pkgver=20200616
+pkgver=20200910
 pkgrel=1
 pkgdesc='(URW)++ Core Font Set [Level 2]'
 url='https://github.com/ArtifexSoftware/urw-base35-fonts'
@@ -13,11 +13,6 @@
 source=("git+https://github.com/ArtifexSoftware/urw-base35-fonts#tag=$pkgver")
 sha256sums=('SKIP')
 
-pkgver() {
-	cd urw-base35-fonts
-	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



More information about the arch-commits mailing list