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 5f28cf1c962c..1edbc047bd29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,5 +16,5 @@ source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkg
md5sums=('3c08e7985080e310c51ab29181df1856')
package() {
- install -Dm755 "$srcdir/$pkgname-5-0/tkdiff" "$pkgdir/usr/bin/tkdiff";
+ install -Dm755 "$srcdir/$pkgname-5-1/tkdiff" "$pkgdir/usr/bin/tkdiff";
}