diff options
author | Florian Pritz <bluewind@xssn.at> | 2011-01-16 18:39:41 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2011-01-16 18:39:41 +0100 |
commit | 1caa1d5eb39e6d1b0bf96af4be1e095b31495305 (patch) | |
tree | e8a316c6168770f95125263fa9a3d196fa6d74c2 /vim-gnupg/PKGBUILD | |
parent | b7197bccd0bc74c2082c935937b6d947c3ae756d (diff) | |
download | aur-packages-1caa1d5eb39e6d1b0bf96af4be1e095b31495305.tar.gz aur-packages-1caa1d5eb39e6d1b0bf96af4be1e095b31495305.tar.xz |
mass changes
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'vim-gnupg/PKGBUILD')
-rw-r--r-- | vim-gnupg/PKGBUILD | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/vim-gnupg/PKGBUILD b/vim-gnupg/PKGBUILD index 29ca365..e185fa3 100644 --- a/vim-gnupg/PKGBUILD +++ b/vim-gnupg/PKGBUILD @@ -1,8 +1,10 @@ -# Maintainer: Laszlo Papp <djszapi @ archlinux us> +# Maintainer: nblock <nblock [/at\] archlinux DOT us> +# Contributor: Laszlo Papp <djszapi @ archlinux us> + pkgname=vim-gnupg -pkgver=2782 -_scriptid=10833 -pkgrel=3 +pkgver=3026 +_scriptid=12200 +pkgrel=1 pkgdesc="Plugin for transparent editing of gpg encrypted files" arch=('i686' 'x86_64') url="http://www.vim.org/scripts/script.php?script_id=661" @@ -10,9 +12,10 @@ license=('GPL') groups=('vim-plugins') depends=('vim') source=(${pkgname}::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}) -md5sums=('0ad10ba6924bb49f3d80eb4d560de0a5') +md5sums=('e1d3007b845744f0513cbac8cfe69912') build() { - install -Dm644 ${srcdir}/${pkgname} ${pkgdir}/usr/share/vim/vimfiles/plugin/gnupg.vim || return 1 + install -Dm644 ${srcdir}/${pkgname} ${pkgdir}/usr/share/vim/vimfiles/plugin/gnupg.vim } +# vim:set ts=2 sw=2 et: |