summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Walch2022-02-24 22:05:40 +0100
committerFlorian Walch2022-02-24 22:05:40 +0100
commit5969a431e74a077db96c18d033ee301b0ea9d877 (patch)
tree394098728639fab98544386277201f36127002b6
parent4fadf73a0f2c69118e1f0dd75ae9c0e117156f09 (diff)
downloadaur-5969a431e74a077db96c18d033ee301b0ea9d877.tar.gz
Fix license file name
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d6fd6995a91..0f337832e271 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-git
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs.
- pkgver = 0.4.0.r2972.g3fbff98cf
+ pkgver = 0.5.0.r2185.gfdea15723f
pkgrel = 1
url = https://neovim.io
install = neovim-git.install
@@ -30,7 +30,7 @@ pkgbase = neovim-git
optdepends = xclip: for clipboard support (or xsel) (see :help provider-clipboard)
optdepends = xsel: for clipboard support (or xclip) (see :help provider-clipboard)
optdepends = wl-clipboard: for clipboard support on wayland (see :help clipboard)
- provides = neovim=0.4.0.r2972.g3fbff98cf
+ provides = neovim=0.5.0.r2185.gfdea15723f
provides = vim-plugin-runtime
conflicts = neovim
options = !strip
@@ -39,4 +39,3 @@ pkgbase = neovim-git
sha256sums = SKIP
pkgname = neovim-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a9cbe4b61a45..2e6a576081b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Sven-Hendrik Haase <svenstaro@gmail.com>
pkgname=neovim-git
-pkgver=0.4.0.r2972.g3fbff98cf
+pkgver=0.5.0.r2185.gfdea15723f
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -48,7 +48,7 @@ package() {
DESTDIR="${pkgdir}" cmake --build . --target install
cd "${srcdir}/${pkgname}"
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
install -Dm644 runtime/nvim.desktop "${pkgdir}/usr/share/applications/nvim.desktop"
install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"