diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-01-02 02:03:23 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:38 +0200 |
commit | 2e0ed1205215a75e621451d8bcaf6aa7bbcd65b2 (patch) | |
tree | 873658b1b02a4eb61979953c03386668837b5e06 /PKGBUILD | |
parent | 56f77ca0edcfbee7d2040a3ddf004c942b07fcdc (diff) | |
download | pkgbuilds-2e0ed1205215a75e621451d8bcaf6aa7bbcd65b2.tar.xz |
$pkgver -git and modeline fix
* Changed $pkgver of -git packages to "git"
* Add missing modelines
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,3 +31,5 @@ package(){ mv "$pkgdir"/usr/share/doc/irssi-otr "$pkgdir"/usr/share/doc/xchat-otr install -m 644 README.xchat ${pkgdir}/usr/share/doc/xchat-otr } + +# vim: set ts=4 sw=4 noet: |