summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-06-23 16:52:17 +0200
committerhaawda2018-06-23 16:52:17 +0200
commit529c9e8ac71e72c99c81f78076a498cf2f9f4632 (patch)
tree5ed6833338850bc2ca9090a561fd0334bbcee526
parente26b9940fd8986c87ca691e22f3a5c86ca4a445a (diff)
downloadaur-cwdiff.tar.gz
adopted with small changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b90b9d7b0db..83c19503a6d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = cwdiff
pkgdesc = A wrapper for wdiff to provide colorized output
pkgver = 0.4.0
pkgrel = 2
- url = https://code.google.com/p/cj-overlay/
+ url = https://github.com/junghans/cwdiff.git
arch = any
license = GPL
depends = wdiff
diff --git a/PKGBUILD b/PKGBUILD
index 3541af788e6c..8c9ce42d19ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.4.0
pkgrel=2
pkgdesc="A wrapper for wdiff to provide colorized output"
arch=('any')
-url="https://code.google.com/p/cj-overlay/"
+url="https://github.com/junghans/cwdiff.git"
license=('GPL')
depends=('wdiff' 'bash')
source=("$pkgname-$pkgver.tar.gz::https://github.com/junghans/cwdiff/archive/v$pkgver.tar.gz")