[arch-commits] Commit in st/trunk (PKGBUILD config.h)

Sergej Pupykin spupykin at archlinux.org
Thu Mar 10 18:44:15 UTC 2016


    Date: Thursday, March 10, 2016 @ 19:44:15
  Author: spupykin
Revision: 165986

upgpkg: st 0.6-3

upd

Modified:
  st/trunk/PKGBUILD
  st/trunk/config.h

----------+
 PKGBUILD |    6 +++---
 config.h |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-10 18:31:18 UTC (rev 165985)
+++ PKGBUILD	2016-03-10 18:44:15 UTC (rev 165986)
@@ -3,17 +3,17 @@
 
 pkgname=st
 pkgver=0.6
-pkgrel=2
+pkgrel=3
 pkgdesc='A simple virtual terminal emulator for X.'
 arch=('i686' 'x86_64')
 license=('MIT')
-depends=('libxft' 'libxext')
+depends=('libxft' 'libxext' 'xorg-fonts-misc')
 makedepends=('ncurses')
 url="http://st.suckless.org"
 source=(http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz
         config.h)
 md5sums=('1a926f450b4eacb7e2f5ac5b8ffea7c8'
-         '90ce5919be96de000bd9d9429b173490')
+         '06f5d56f754a918916d6c92df75e6d11')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver

Modified: config.h
===================================================================
--- config.h	2016-03-10 18:31:18 UTC (rev 165985)
+++ config.h	2016-03-10 18:44:15 UTC (rev 165986)
@@ -5,7 +5,7 @@
  *
  * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
  */
-static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
+static char font[] = "Fixed:pixelsize=18:antialias=false:autohint=false";
 static int borderpx = 2;
 static char shell[] = "/bin/sh";
 static char *utmp = NULL;



More information about the arch-commits mailing list