summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido2016-11-05 22:55:25 +0100
committerGuido2016-11-05 22:55:25 +0100
commit803140599706fc0bd3c3be59cf32623257cb2b27 (patch)
treead90a49e6269e4dd555b703e49686737168b0823
parent67af69b6ca462970eacece54dc3c2b4d096f05ce (diff)
downloadaur-803140599706fc0bd3c3be59cf32623257cb2b27.tar.gz
Removed optdepend a2ps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fef95c683f5e..8b3d6b73169e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Nov 5 14:22:17 UTC 2016
+# Sat Nov 5 21:54:54 UTC 2016
pkgbase = cwdiff
pkgdesc = A colorized version of wdiff
pkgver = 0.4.0
@@ -9,7 +9,6 @@ pkgbase = cwdiff
license = GPL
depends = wdiff
depends = bash
- optdepends = a2ps: Produce PostScript output
source = https://github.com/junghans/cwdiff/archive/v0.4.0.tar.gz
sha256sums = 01b4fcb372a28fed75e465fa3eb02c4b648ab17cd0e207cff5fd5718155ecd54
diff --git a/PKGBUILD b/PKGBUILD
index 3d1532cfebb0..7700ef6b4be6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Paul Barker <paul@paulbarker.me.uk>
+# Maintainer: <qqqqqqqqq9 AT web DOT de
+# Contributor: Paul Barker <paul@paulbarker.me.uk>
pkgname=cwdiff
pkgver=0.4.0
pkgrel=1
@@ -7,7 +8,6 @@ arch=( any )
url="https://code.google.com/p/cj-overlay/"
license=( GPL )
depends=(wdiff bash)
-optdepends=('a2ps: Produce PostScript output')
source=("https://github.com/junghans/cwdiff/archive/v$pkgver.tar.gz")
sha256sums=('01b4fcb372a28fed75e465fa3eb02c4b648ab17cd0e207cff5fd5718155ecd54')