[arch-commits] Commit in cmatrix/trunk (PKGBUILD cmatrix.install)

Kyle Keen kkeen at archlinux.org
Sat Mar 11 00:15:40 UTC 2017


    Date: Saturday, March 11, 2017 @ 00:15:35
  Author: kkeen
Revision: 215615

upgpkg: cmatrix 1.2a-12 use hooks

Modified:
  cmatrix/trunk/PKGBUILD
Deleted:
  cmatrix/trunk/cmatrix.install

-----------------+
 PKGBUILD        |    6 +++---
 cmatrix.install |    6 ------
 2 files changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-11 00:02:46 UTC (rev 215614)
+++ PKGBUILD	2017-03-11 00:15:35 UTC (rev 215615)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Jonathan Steel <jsteel at archlinux.org>
 
 pkgname=cmatrix
 pkgver=1.2a
-pkgrel=11
+pkgrel=12
 pkgdesc="A curses-based scrolling 'Matrix'-like screen"
 arch=('i686' 'x86_64')
 url="http://www.asty.org/cmatrix/"
@@ -13,7 +14,6 @@
 optdepends=('fontconfig: custom font'
             'kbd: cmatrix-tty custom font'
             'xterm: cmatrix-tty custom font')
-install=$pkgname.install
 source=("http://www.asty.org/$pkgname/dist/$pkgname-$pkgver.tar.gz"
         "cmatrix-tty")
 md5sums=('ebfb5733104a258173a9ccf2669968a1'

Deleted: cmatrix.install
===================================================================
--- cmatrix.install	2017-03-11 00:02:46 UTC (rev 215614)
+++ cmatrix.install	2017-03-11 00:15:35 UTC (rev 215615)
@@ -1,6 +0,0 @@
-post_install() {
-  if [[ -x /usr/bin/fc-cache ]]; then
-    fc-cache
-  fi
-}
-



More information about the arch-commits mailing list