summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGalaxyLJGD2021-06-14 04:02:14 -0400
committerGalaxyLJGD2021-06-14 04:02:14 -0400
commit06c92803fffd04c7b40ebd7c460c05d02ae134fb (patch)
tree6198d6e307896c609e406165a881125264674c8a /PKGBUILD
parent6543dffb4b0d770a22835844c858f9567cbd40e4 (diff)
downloadaur-06c92803fffd04c7b40ebd7c460c05d02ae134fb.tar.gz
Fix man pages file conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47f949aa942e..fd0b12f693c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('harmonist' 'harmonist-tiles')
pkgbase=harmonist
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="A stealth coffee-break roguelike game."
arch=('x86_64')
url='https://harmonist.tuxfamily.org/index.html'
@@ -44,7 +44,7 @@ package_harmonist-tiles() {
pkgdesc="$pkgdesc (Tiles version)"
replaces=('harmonist-tk')
cd "$srcdir/${pkgbase}-$pkgver"
- install -Dm644 ${pkgbase}.6 "$pkgdir/usr/share/man/man6/${pkgbase}.6"
+ install -Dm644 ${pkgbase}.6 "$pkgdir/usr/share/man/man6/${pkgname[1]}.6"
install -Dm755 build/${pkgname[1]} "$pkgdir/usr/bin/${pkgname[1]}"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname[1]}/LICENSE"
install -Dm644 "$srcdir/${pkgname[1]}.desktop" \