[arch-commits] Commit in ttf-bitstream-vera/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Sat Nov 26 16:52:51 UTC 2016


    Date: Saturday, November 26, 2016 @ 16:52:51
  Author: lfleischer
Revision: 282075

ttf-bitstream-vera: Cleanup and switch to HTTPs sources

Modified:
  ttf-bitstream-vera/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-26 16:36:57 UTC (rev 282074)
+++ PKGBUILD	2016-11-26 16:52:51 UTC (rev 282075)
@@ -1,5 +1,5 @@
-# $Id$
-# Maintainer: Thayer Williams <thayer at archlinux.org>
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Thayer Williams <thayer at archlinux.org>
 # Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=ttf-bitstream-vera
@@ -12,13 +12,13 @@
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 provides=('ttf-font')
 install=vera.install
-source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/1.10/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('bb22bd5b4675f5dbe17c6963d8c00ed6')
+source=("https://ftp.gnome.org/pub/GNOME/sources/${pkgname}/1.10/${pkgname}-${pkgver}.tar.gz")
+md5sums=('52559ed969e74f5fca83e527163156df')
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}-${pkgver}"
+
   install -d "${pkgdir}"/usr/share/fonts/TTF
   install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/
-  install -D -m644 COPYRIGHT.TXT \
-    "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 COPYRIGHT.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list