summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9d573c869d1..3d1532cfebb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: Paul Barker <paul@paulbarker.me.uk>
pkgname=cwdiff
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
pkgdesc="A colorized version of wdiff"
-arch=any
+arch=( any )
url="https://code.google.com/p/cj-overlay/"
-license=GPL
+license=( GPL )
depends=(wdiff bash)
-optdepends='a2ps: Produce PostScript output'
-source="https://github.com/junghans/cwdiff/archive/v$pkgver.tar.gz"
-sha256sums=(SKIP)
-#sha256sums="85f9e64e832ef5d0593389111f3931e2f36ceb1bb8c71a76bfa8f9eb66f847a1"
+optdepends=('a2ps: Produce PostScript output')
+source=("https://github.com/junghans/cwdiff/archive/v$pkgver.tar.gz")
+sha256sums=('01b4fcb372a28fed75e465fa3eb02c4b648ab17cd0e207cff5fd5718155ecd54')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"