diff options
author | Jose V Beneyto <sepen@crux.nu> | 2015-08-30 00:49:00 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2015-08-30 11:38:13 +0200 |
commit | b7518c9e3fd926fce751b8ba16bba13d77d4a8d1 (patch) | |
tree | 5bcaf1fb62b87b4897819bd351c165ada53878d6 /xterm | |
parent | 7f0b29892b0d2fe484056b9f6d299972c0518fa4 (diff) | |
download | opt-b7518c9e3fd926fce751b8ba16bba13d77d4a8d1.tar.gz opt-b7518c9e3fd926fce751b8ba16bba13d77d4a8d1.tar.xz |
chromium: updated to 44.0.2403.157
Diffstat (limited to 'xterm')
-rw-r--r-- | xterm/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xterm/Pkgfile b/xterm/Pkgfile index 196c11fbf..07bc0f758 100644 --- a/xterm/Pkgfile +++ b/xterm/Pkgfile @@ -5,7 +5,7 @@ # Depends on: xorg-libxaw xorg-font-alias xorg-font-misc-misc name=xterm -version=318 +version=319 release=1 source=(ftp://invisible-island.net/$name/$name-$version.tgz \ configure.diff) @@ -19,6 +19,7 @@ build() { --disable-nls \ --enable-256-color \ --enable-wide-chars + make make install DESTDIR=$PKG } |