summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2019-07-17 21:23:55 +0200
committerMichael Lass2019-07-17 21:23:55 +0200
commitf9985645ea2050929de768578e1b6b9cc8cd57f6 (patch)
treec6ad40bb6e71de8383baaaabc85c6b5507c6e69f
parentc9a54d62455fe863f2be849ed011459715c8ca86 (diff)
downloadaur-f9985645ea2050929de768578e1b6b9cc8cd57f6.tar.gz
Update to 1.10.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 725d4c7411b7..17eb514bf35e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = fortran-language-server
pkgdesc = Fortran Language Server for the Language Server Protocol
- pkgver = 1.9.1
- pkgrel = 2
+ pkgver = 1.10.1
+ pkgrel = 1
url = https://github.com/hansec/fortran-language-server
arch = any
license = MIT
depends = python-argparse
depends = python-future
depends = python-setuptools
- source = https://github.com/hansec/fortran-language-server/archive/v1.9.1.tar.gz
- sha256sums = 305ed997b1542db1f1fb347cf1450c343072fcbf2a55a674e9aa48853a4b01a7
+ source = https://github.com/hansec/fortran-language-server/archive/v1.10.1.tar.gz
+ sha256sums = 18a75b040235b049ca1b8a52861790f3ff82816268a3f2194d0c3e60df560b02
pkgname = fortran-language-server
diff --git a/PKGBUILD b/PKGBUILD
index 7138af10a5ba..fb1a1cbe9d26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# https://github.com/michaellass/AUR
pkgname=fortran-language-server
-pkgver=1.9.1
-pkgrel=2
+pkgver=1.10.1
+pkgrel=1
pkgdesc="Fortran Language Server for the Language Server Protocol"
arch=(any)
url="https://github.com/hansec/fortran-language-server"
license=('MIT')
depends=(python-argparse python-future python-setuptools)
source=("https://github.com/hansec/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('305ed997b1542db1f1fb347cf1450c343072fcbf2a55a674e9aa48853a4b01a7')
+sha256sums=('18a75b040235b049ca1b8a52861790f3ff82816268a3f2194d0c3e60df560b02')
build() {
cd "$pkgname-$pkgver"