summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b1667e08f72..91919a3ef079 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 9 02:27:50 UTC 2016
+# Sat Jan 9 02:31:50 UTC 2016
pkgbase = cw
pkgdesc = A non-intrusive real-time ANSI color wrapper for common unix-based commands
pkgver = 1.0.16
- pkgrel = 3
+ pkgrel = 4
url = http://cwrapper.sourceforge.net
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e7bb90458ee5..aa59cef04adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cw
pkgver=1.0.16
-pkgrel=3
+pkgrel=4
pkgdesc='A non-intrusive real-time ANSI color wrapper for common unix-based commands'
url='http://cwrapper.sourceforge.net'
arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@ package() {
mkdir -p "${pkgdir}/"{/usr/bin,/usr/lib/cw/etc,/usr/share/man/man1}
make install
for f in $(find "${pkgdir}"/usr/lib/cw -type f);do sed -i "s_${pkgdir}__" "$f";done
- # use of cw with gcc is fundamentally broken
- rm "${pkgdir}"/usr/lib/cw/gcc
+ # use of cw with gcc/g++ is fundamentally broken
+ rm "${pkgdir}"{/usr/lib/cw/gcc,/usr/lib/cw/g++}
}
# vim:set ts=2 sw=2