summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2019-12-20 22:11:44 +0000
committerWorMzy Tykashi2019-12-20 22:11:44 +0000
commitb11e9549c6479a525ac90e6c19a2c2ef60839020 (patch)
tree60bac1b5ae01135b5bfcba4987737db331df8a06 /PKGBUILD
parent3703374cf1863dc321ea071bf3b309500071d014 (diff)
downloadaur-b11e9549c6479a525ac90e6c19a2c2ef60839020.tar.gz
Fix license location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c0c03104088..710b25abbdb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=tmux-git
_gitname=tmux
-pkgver=7917_3.0.r22.g2db9a183
+pkgver=8107_3.0a.r184.g745233d6
pkgrel=1
pkgdesc="A terminal multiplexer"
url="https://github.com/tmux/tmux/wiki"
@@ -49,5 +49,5 @@ package() {
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/tmux/LICENSE"
# install example config file
- install -Dm755 example_tmux.conf "${pkgdir}/usr/share/tmux/example_tmux.conf"
+ install -Dm755 example_tmux.conf "${pkgdir}/usr/share/${pkgname}/example_tmux.conf"
}