| Hash | Commit message | Author | Date | Files | + | - |
1 | commit a775517d157bd48e3dbffe652880efaac2aa3b8f |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Fri Sep 29 19:15:48 2023 +0200 |
4 | |
5 | Auto-Commit Update - 20230929 |
6 | --- |
7 | Makefile | 2 +- |
8 | PKGBUILD | 4 ++-- |
9 | 2 files changed, 3 insertions(+), 3 deletions(-) |
10 | |
11 | diff --git a/Makefile b/Makefile |
12 | index 8575e9e..ea65ef8 100644 |
13 | --- a/Makefile |
14 | +++ b/Makefile |
15 | @@ -1,5 +1,5 @@ |
16 | PKGNAME = snip |
17 | -PKGVER = 1.1.7 |
18 | +PKGVER = 1.1.8 |
19 | PKGREL = 1 |
20 | ARCH = any |
21 | |
22 | diff --git a/PKGBUILD b/PKGBUILD |
23 | index 64a6acf..ad37285 100644 |
24 | --- a/PKGBUILD |
25 | +++ b/PKGBUILD |
26 | @@ -1,7 +1,7 @@ |
27 | # Maintainer: Connor Etherington <[email protected]> |
28 | # --- |
29 | pkgname=snip |
30 | -pkgver=1.1.7 |
31 | +pkgver=1.1.8 |
32 | pkgrel=1 |
33 | pkgdesc="A simple snippet manager for your predefined Ultisnips Snippet Directory" |
34 | arch=(any) |
35 | @@ -34,6 +34,6 @@ package() { |
36 | install -Dm755 usr/share/man/man1/${pkgname}.1.gz "${pkgdir}usr/share/man/man1/${pkgname}.1.gz" |
37 | install -Dm755 usr/share/${pkgname}/plugged/${pkgname}/plugin/${pkgname}.vim "${pkgdir}/usr/share/${pkgname}/plugin/${pkgname}.vim" |
38 | |
39 | - install -Dm755 usr/share/${pkgname}/plugged/${pkgname}/plugin/${pkgname}.vim "${pkgdir}${_vimDir}/plugin/${pkgname}.vim" |
40 | + install -Dm755 usr/share/${pkgname}/plugged/${pkgname}/plugin/${pkgname}.vim "${pkgdir}${_vimDir}/plugged/${pkgname}/plugin/${pkgname}.vim" |
41 | |
42 | } |