summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjason2015-07-16 19:07:36 +1200
committerjason2015-07-16 19:10:57 +1200
commit45eba43b45ef3000dc30d312bb2c5d44f0429b87 (patch)
tree21171bd7966a61175aed1276176010ea90f2c059 /PKGBUILD
parentb2ddad261a7f6f7d42bac1bc33234fec998e0c91 (diff)
downloadaur-45eba43b45ef3000dc30d312bb2c5d44f0429b87.tar.gz
Provides, sources and modeline
Provides, sources and modeline
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3c273017dd0..d4dab7b55b31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,9 @@ arch=('i686' 'x86_64')
url="http://fanglingsu.github.io/vimb"
license=('GPL3')
depends=('webkitgtk2')
+provides=('vimb')
conflicts=('vimb')
-source=('git://github.com/fanglingsu/vimb.git')
+source=('git+https://github.com/fanglingsu/vimb.git')
md5sums=('SKIP')
pkgver() {
@@ -28,3 +29,4 @@ package() {
make DESTDIR="$pkgdir" PREFIX="/usr" install
}
+# vim:set ts=2 sw=2 et: