summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f28cf1c962c..fbd41072dd28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: lang2 <wenzhi.liang@gmail.com>
pkgname=tkdiff
-pkgver=5.1
+pkgver=5.6
pkgrel=1
arch=('any')
license=('GPL')
@@ -12,9 +12,9 @@ pkgdesc="a graphical front end to the diff program"
url="http://tkdiff.sourceforge.net/"
depends=('tcl' 'tk')
conflicts=('tkcvs')
-source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-5-1.zip)
-md5sums=('3c08e7985080e310c51ab29181df1856')
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-5-6.zip)
+md5sums=('69355922c7738efe9ec9203acef36e02')
package() {
- install -Dm755 "$srcdir/$pkgname-5-0/tkdiff" "$pkgdir/usr/bin/tkdiff";
+ install -Dm755 "$srcdir/$pkgname-5-6/tkdiff" "$pkgdir/usr/bin/tkdiff";
}