summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgéballin2020-07-18 21:02:16 +0200
committergéballin2020-07-18 21:02:16 +0200
commitb9141f1edea75e3abc49108fa51b8f10d0e2bed5 (patch)
tree465210663401e73dae211ca29a82f369e979193f /PKGBUILD
parent37b355b6eb60499e998c05021293f7c01113a280 (diff)
downloadaur-b9141f1edea75e3abc49108fa51b8f10d0e2bed5.tar.gz
Fix the install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ce828f10785..863ee9a8cc0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=tkdiff
pkgver=5.0
-pkgrel=1
+pkgrel=2
arch=('any')
license=('GPL')
pkgdesc="a graphical front end to the diff program"
@@ -16,5 +16,5 @@ source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkg
md5sums=('4e4ad77c54fc4d8057b29e14aa539d35')
package() {
- install -Dm755 "$srcdir/$pkgname-4-3-5/tkdiff" "$pkgdir/usr/bin/tkdiff";
+ install -Dm755 "$srcdir/$pkgname-5-0/tkdiff" "$pkgdir/usr/bin/tkdiff";
}