summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2013-02-12 02:58:23 +0100
committerJohannes Dewender2013-02-12 02:58:23 +0100
commit3f0d5bd95be364dd1aeff017a88e8dc6eb715fa8 (patch)
treec578617ad4abab4736ed423f08386ee0941eabfe
parentdfcdb475a5ce5b209f78e11721ea127d9f1168bc (diff)
downloadaur-3f0d5bd95be364dd1aeff017a88e8dc6eb715fa8.tar.gz
vim-vimwiki: be a bit less strict up front
Only ":" is prohibited in the part of the word preceding the page name (and separated by a separator). ":" ist still to exclude urls. The script now has problems with substring length when we don't use unicode(). We use the preferred encoding to guess the encoding of the files, which should be fine.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--convert-links.patchbin3315 -> 3607 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f93cc63a06e..d1658705be25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = vim-vimwiki
md5sums = fd3ea1842270db87e0b8b966970fedc1
md5sums = e19fa0689d06a724fc8ddfe824ef2680
md5sums = 0fc0e816bb93e408b62f74e8b2073daa
- md5sums = 97a75e0b9448cfb16720c7b923a74aa0
+ md5sums = 1ba74a69c30927e947f22870c2551f73
pkgname = vim-vimwiki
diff --git a/PKGBUILD b/PKGBUILD
index 38b9feb439ed..e7477bfff46f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ source=(http://vimwiki.googlecode.com/files/vimwiki-2-0-1.zip
md5sums=('fd3ea1842270db87e0b8b966970fedc1'
'e19fa0689d06a724fc8ddfe824ef2680'
'0fc0e816bb93e408b62f74e8b2073daa'
- '97a75e0b9448cfb16720c7b923a74aa0')
+ '1ba74a69c30927e947f22870c2551f73')
build () {
cd "$srcdir"
diff --git a/convert-links.patch b/convert-links.patch
index 67f05debca3d..3e3bac381373 100644
--- a/convert-links.patch
+++ b/convert-links.patch
Binary files differ