summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOskar Grunning2019-03-07 23:19:09 +0100
committerOskar Grunning2019-03-07 23:19:09 +0100
commit50b90cca124873e153db7ace82e7771c39b61e7d (patch)
tree5349b874d6cbff6a2ae92f601ca128bfd8f2a5d9
parent20199ad6665d3bf59d8a9f3f96c4f074a4f6c7c7 (diff)
downloadaur-50b90cca124873e153db7ace82e7771c39b61e7d.tar.gz
Change order for readability
-rw-r--r--PKGBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61867547259b..3b85d3c07f38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: sQVe <oskargrunning@gmail.com>
-arch=('any')
-depends=('weechat')
-license=('MIT')
-sha512sums=('SKIP')
-pkgdesc='Compose weechat messages in your $EDITOR'
pkgname=weechat-edit-git
-pkgrel=1
pkgver=r8.6aface4
-source=('git+https://github.com/keith/edit-weechat.git')
-makedepends=('git')
+pkgrel=1
+pkgdesc='Compose weechat messages in your $EDITOR'
url='https://github.com/keith/edit-weechat'
+arch=('any')
+license=('MIT')
+depends=('weechat')
+makedepends=('git')
+source=('git+https://github.com/keith/edit-weechat.git')
+sha512sums=('SKIP')
_gitname='edit-weechat'
@@ -21,7 +21,6 @@ pkgver() {
package() {
cd "${_gitname}"
-
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 edit.py "${pkgdir}/usr/lib/weechat/python/edit.py"
}