summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOskar Grunning2019-03-07 23:27:37 +0100
committerOskar Grunning2019-03-07 23:27:37 +0100
commit1912302e80073f1e7556b21dbd514c5681e46a95 (patch)
treee5a98c9efd3c61e9aafcd0f7f55710b3af997fd0
parent1bbeb4a48bf6c4b3fab162b003d2de1f07803265 (diff)
downloadaur-1912302e80073f1e7556b21dbd514c5681e46a95.tar.gz
Change order for readability
-rw-r--r--PKGBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c256fd9477fe..efdea9161d7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
-arch=('any')
-depends=('weechat')
-license=('GPL3')
-sha512sums=('SKIP')
-pkgdesc='A WeeChat script that adds vi-like modes, commands and keybindings'
+# Maintainer: sQVe <oskargrunning@gmail.com>
+
pkgname=weechat-vimode-git
-pkgrel=1
pkgver=r173.1da5a2e
-source=('git+https://github.com/GermainZ/weechat-vimode.git')
-makedepends=('git')
+pkgrel=1
+pkgdesc='A WeeChat script that adds vi-like modes, commands and keybindings'
url='https://github.com/GermainZ/weechat-vimode'
+arch=('any')
+license=('GPL3')
+depends=('weechat')
+makedepends=('git')
+source=('git+https://github.com/GermainZ/weechat-vimode.git')
+sha512sums=('SKIP')
_gitname='weechat-vimode'
@@ -19,6 +21,5 @@ pkgver() {
package() {
cd "${_gitname}"
-
install -Dm644 "vimode.py" "${pkgdir}/usr/lib/weechat/python/vimode.py"
}