summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJason Raymond Bell2019-04-18 12:40:14 +0100
committerJason Raymond Bell2019-04-18 12:40:14 +0100
commit5f48a2dcc117754dc47b2be01e804471f4a0cace (patch)
tree814e4be0549fa080c74232e7f35aa5461680bd14 /PKGBUILD
parent2d7effa02817cb43b689f7a546ecbefe35bdfdd4 (diff)
downloadaur-5f48a2dcc117754dc47b2be01e804471f4a0cace.tar.gz
Change source URL to HTTPS
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b596108f7aa..401c83b5d574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="vim-clang-format"
pkgname="vim-clang-format-git"
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc='Plugin which uses clang for formatting C and C++ code. Git version.'
arch=(any)
url='https://github.com/rhysd/vim-clang-format'
@@ -11,14 +11,14 @@ license=('MIT')
depends=(vim clang)
makedepends=(git)
conflicts=(vim-clang-format)
-source=(git://github.com/rhysd/vim-clang-format)
+source=($_pkgname::git+https://github.com/rhysd/vim-clang-format)
md5sums=(SKIP)
install=${pkgname}.install
package() {
cd ${srcdir}/${_pkgname}
- # creating directories
+ # creating directories
install -d -m 755 ${pkgdir}/usr/share/vim/vimfiles/autoload/operator
install -d -m 755 ${pkgdir}/usr/share/vim/vimfiles/doc
install -d -m 755 ${pkgdir}/usr/share/vim/vimfiles/plugin