summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a5c95ac2e7f..bba627753331 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,5 +16,5 @@ source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkg
md5sums=('07f5f80676ce7c454ba49f6c67ac6a1c')
package() {
- install -Dm755 "$srcdir/$pkgname-5-4/tkdiff" "$pkgdir/usr/bin/tkdiff";
+ install -Dm755 "$srcdir/$pkgname-5-5/tkdiff" "$pkgdir/usr/bin/tkdiff";
}