summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa2013-02-04 07:48:02 +0000
committerJelle van der Waa2013-02-04 07:48:02 +0000
commitf2d3b3ada3f6c055168a9faa3a9f789aa2928efc (patch)
tree98cafde433778ee9723410a2fda7d64df675e030
parentdfddcaa7906952d00daed96f575fecd63bce0ed5 (diff)
downloadaur-f2d3b3ada3f6c055168a9faa3a9f789aa2928efc.tar.gz
updated and clean-up $pkgdir usage
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc6711a5d388..79812c8a7739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor : vti <viacheslav.t at gmail dot com>
pkgname=vim-align
-pkgver=35.41
+pkgver=36.42
_scriptid='10110'
-pkgrel=7
+pkgrel=1
pkgdesc='Lets you align lines using regular expressions'
arch=('any')
url='http://www.vim.org/scripts/script.php?script_id=294'
@@ -13,10 +13,8 @@ depends=('vim')
install=vimdoc.install
source=("$pkgname.vbz.gz::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"
'LICENSE')
-md5sums=('423eb712431d4de22a8790fb145b7053'
- 'b924ab4f0d09585ac4482208cc32bd2f')
-build() {
+package() {
install -dm755 "${pkgdir}/usr/share/vim/vimfiles"
cd "${pkgdir}/usr/share/vim/vimfiles"
@@ -24,3 +22,5 @@ build() {
rm -f '.VimballRecord' 'doc/tags'
install -Dm644 $srcdir/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
+md5sums=('423eb712431d4de22a8790fb145b7053'
+ 'b924ab4f0d09585ac4482208cc32bd2f')