summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido2016-11-05 15:22:33 +0100
committerGuido2016-11-05 15:22:33 +0100
commit67af69b6ca462970eacece54dc3c2b4d096f05ce (patch)
treef7d5a4d5f1ca34e78dd9308f36125cc3c66c7b3f
parentf147a73511ed25c997e3d326101954cc1ad30217 (diff)
downloadaur-67af69b6ca462970eacece54dc3c2b4d096f05ce.tar.gz
Update to 0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 722f6fe35033..fef95c683f5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Nov 5 14:22:17 UTC 2016
pkgbase = cwdiff
pkgdesc = A colorized version of wdiff
- pkgver = 0.3.1
+ pkgver = 0.4.0
pkgrel = 1
url = https://code.google.com/p/cj-overlay/
arch = any
@@ -8,8 +10,8 @@ pkgbase = cwdiff
depends = wdiff
depends = bash
optdepends = a2ps: Produce PostScript output
- source = https://github.com/junghans/cwdiff/archive/v0.3.1.tar.gz
- sha256sums = SKIP
+ source = https://github.com/junghans/cwdiff/archive/v0.4.0.tar.gz
+ sha256sums = 01b4fcb372a28fed75e465fa3eb02c4b648ab17cd0e207cff5fd5718155ecd54
pkgname = cwdiff
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}"