Date: Tuesday, April 18, 2017 @ 13:42:46
Author: jelle
Revision: 223724
archrelease: copy trunk to community-any
Added:
vim-indent-object/repos/community-any/PKGBUILD
(from rev 223723, vim-indent-object/trunk/PKGBUILD)
Deleted:
vim-indent-object/repos/community-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-18 13:42:38 UTC (rev 223723)
+++ PKGBUILD 2017-04-18 13:42:46 UTC (rev 223724)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <[email protected]>
-# Contributor: vae77 <[email protected]>
-
-pkgname=vim-indent-object
-pkgver=1.1.2
-pkgrel=4
-pkgdesc='Text objects based on indent levels'
-arch=(any)
-url='http://www.vim.org/scripts/script.php?script_id=3037'
-license=(MIT)
-groups=('vim-plugins')
-depends=(vim)
-source=("$pkgname-${pkgver}.tar.gz::https://github.com/michaeljsmith/vim-indent-object/tarball/$pkgver")
-sha256sums=('8fa0e3f117d666c28fe4ab7128096c056fe1cc2c3347e2d5da95eff92d96ca78')
-
-package() {
- cd "$srcdir/michaeljsmith-vim-indent-object-eb911bc/"
- local installpath="$pkgdir/usr/share/vim/vimfiles"
- mkdir -p "$installpath"
- cp -r * "$installpath"
-}
Copied: vim-indent-object/repos/community-any/PKGBUILD (from rev 223723,
vim-indent-object/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-04-18 13:42:46 UTC (rev 223724)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Micay <[email protected]>
+# Contributor: vae77 <[email protected]>
+
+pkgname=vim-indent-object
+pkgver=1.1.2
+pkgrel=5
+pkgdesc='Text objects based on indent levels'
+arch=(any)
+url='http://www.vim.org/scripts/script.php?script_id=3037'
+license=(MIT)
+groups=('vim-plugins')
+depends=(vim)
+source=("$pkgname-${pkgver}.tar.gz::https://github.com/michaeljsmith/vim-indent-object/tarball/$pkgver")
+sha256sums=('8fa0e3f117d666c28fe4ab7128096c056fe1cc2c3347e2d5da95eff92d96ca78')
+
+package() {
+ cd "$srcdir/michaeljsmith-vim-indent-object-eb911bc/"
+ local installpath="$pkgdir/usr/share/vim/vimfiles"
+ mkdir -p "$installpath"
+ cp -r * "$installpath"
+}