summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2021-02-23 08:27:08 +1100
committerRhinoceros2021-02-23 08:27:08 +1100
commit8d2c849761bbf04e9ad1f9dbb0bd059f5de4cc89 (patch)
tree9b9be09d233a066eb926202bf154175f450bdbd0 /PKGBUILD
parentdcf722e2ae829ada3a9f8599791ab7204faea126 (diff)
downloadaur-8d2c849761bbf04e9ad1f9dbb0bd059f5de4cc89.tar.gz
Fix licence
* Bump to r203.c84f072-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bfb567dd291..c1f816b8a9f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=vim-recover-git
-pkgver=r180.b95b04f
-pkgrel=3
+pkgver=r203.c84f072
+pkgrel=2
pkgdesc='A Vim plugin to show a diff, whenever recovering a buffer'
arch=('any')
url='http://www.vim.org/scripts/script.php?script_id=3068'
@@ -36,5 +36,5 @@ package() {
_licencepath="${pkgdir}/usr/share/licenses/$pkgname/"
mkdir -p "${_licencepath}"
- ln -s /usr/share/vim/vim80/doc/uganda.txt "${_licencepath}/LICENSE"
+ sed -n '/^Copyright/,/^$/p' Recover.vim/doc/recoverPlugin.txt | sed '$d' > "${_licencepath}/LICENSE"
}