-
-
Save winny-/d0f9b3d820d20ca2948dff866511bbc5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index 8c870f9..483cf83 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,6 +1,6 @@ | |
# Maintainer: Michal Bozon <mxlbzn at gmail dot com> | |
pkgname=drawterm-9front-hg | |
-pkgver=r326.fac7facfeaa8 | |
+pkgver=r327.b3647f81f4f6 | |
pkgrel=1 | |
pkgdesc="Drawterm fork by 9front project." | |
arch=('i686' 'x86_64') | |
@@ -26,4 +26,5 @@ package() { | |
cd "$srcdir/$pkgname" | |
install -Dm755 drawterm $pkgdir/usr/bin/drawterm | |
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" | |
+ install -Dm644 drawterm.1 "$pkgdir/usr/share/man/man1/drawterm.1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment