summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authordrrossum2020-01-16 10:12:45 +0100
committerdrrossum2020-01-16 10:12:45 +0100
commitfccae8340bfba956d4fdd8e32b91d35b33c56305 (patch)
treed097b11eaeaeef3c07d6983a329f70eabbc924a8 /.SRCINFO
downloadaur-fccae8340bfba956d4fdd8e32b91d35b33c56305.tar.gz
Port vim-dirdiff PKGBUILD to using github source
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO15
1 files changed, 15 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a1e1d183c71e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = vim-dirdiff-git
+ pkgdesc = A plugin to diff and merge two directories recursively
+ pkgver = r35.7049f50
+ pkgrel = 1
+ url = https://github.com/will133/vim-dirdiff
+ install = vimdoc.install
+ arch = any
+ groups = vim-plugins
+ license = custom
+ depends = vim
+ source = vim-dirdiff-git::git+https://github.com/will133/vim-dirdiff
+ sha256sums = SKIP
+
+pkgname = vim-dirdiff-git
+