summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Arnott2021-07-29 22:57:41 +0000
committerColin Arnott2021-07-29 22:57:41 +0000
commit6ba8fa68f0ffee0225b9f8bb43ca3e1146c60a01 (patch)
tree3a62c2c6abf5a9d4b613cc6139871ee69de8ecd5
parentdd5d363fcc95c53068cc6f268a5d70c5d8872c48 (diff)
downloadaur-6ba8fa68f0ffee0225b9f8bb43ca3e1146c60a01.tar.gz
1.25-1
Added .gitignore, new maintainer.
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD7
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bde40e95e2bf..71c76e110477 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vim-go
pkgdesc = Go development plugin for Vim
- pkgver = 1.24
+ pkgver = 1.25
pkgrel = 1
url = https://github.com/fatih/vim-go
arch = any
@@ -11,8 +11,7 @@ pkgbase = vim-go
optdepends = go-tools: developer tools
optdepends = delve: debugger
options = !strip
- source = https://github.com/fatih/vim-go/archive/v1.24.tar.gz
- sha256sums = bc40c71536907826c83550142cfb3f249e85588e29e5c6e12f0204e19bb11252
+ source = https://github.com/fatih/vim-go/archive/v1.25.tar.gz
+ sha512sums = 42263050893c9ab939346d5572b67e86e3ef3095ab0164ce7932bcf8702703bddffe621e6a658fd772af0e20a9ed06906d9f6b7db4a1cbfb1095e948d5883f56
pkgname = vim-go
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f71c635dafda
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 006e17104497..2af6c6f58d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Adam S Levy <adam@aslevy.com>
+# Maintainer: Colin Arnott <colin@urandom.co.uk>
+# Contributor: Adam S Levy <adam@aslevy.com>
# Contributor: yesuu zhang <yesuu79@qq.com>
# Contributor: Tomasz Żok <tomasz.zok [at] gmail.com>
pkgname=vim-go
-pkgver=1.24
+pkgver=1.25
pkgrel=1
pkgdesc="Go development plugin for Vim"
arch=(any)
@@ -16,7 +17,7 @@ optdepends=(
'delve: debugger'
)
source=("https://github.com/fatih/vim-go/archive/v${pkgver}.tar.gz")
-sha256sums=('bc40c71536907826c83550142cfb3f249e85588e29e5c6e12f0204e19bb11252')
+sha512sums=('42263050893c9ab939346d5572b67e86e3ef3095ab0164ce7932bcf8702703bddffe621e6a658fd772af0e20a9ed06906d9f6b7db4a1cbfb1095e948d5883f56')
package() {
cd "${srcdir}/vim-go-${pkgver}/"