summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2019-09-25 14:33:30 +0200
committerMichael Lass2019-09-25 14:33:30 +0200
commit4131f536ced4c914e2c8dc645f865373b677a3e3 (patch)
tree89d6f407ddfae44a32a0f962319dd46c88774ea4
parenta81e0e9cf797df8ce12a2fb70dd0fb785daf30f7 (diff)
downloadaur-4131f536ced4c914e2c8dc645f865373b677a3e3.tar.gz
Update to 1.10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f61e2f76d21d..93b9331275e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fortran-language-server
pkgdesc = Fortran Language Server for the Language Server Protocol
- pkgver = 1.10.2
+ pkgver = 1.10.3
pkgrel = 1
url = https://github.com/hansec/fortran-language-server
arch = any
@@ -8,8 +8,8 @@ pkgbase = fortran-language-server
depends = python-argparse
depends = python-future
depends = python-setuptools
- source = https://github.com/hansec/fortran-language-server/archive/v1.10.2.tar.gz
- sha256sums = 062da518a47cfe4d8295df2724590513b4a7ec939a966921c5a8d6745f055d3f
+ source = https://github.com/hansec/fortran-language-server/archive/v1.10.3.tar.gz
+ sha256sums = caaf8774894990e166bce24e3fae9d90f4c80f6152b46c11042ebfd345876709
pkgname = fortran-language-server
diff --git a/PKGBUILD b/PKGBUILD
index e4437e33386d..91daa0251b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# https://github.com/michaellass/AUR
pkgname=fortran-language-server
-pkgver=1.10.2
+pkgver=1.10.3
pkgrel=1
pkgdesc="Fortran Language Server for the Language Server Protocol"
arch=(any)
@@ -12,7 +12,7 @@ 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=('062da518a47cfe4d8295df2724590513b4a7ec939a966921c5a8d6745f055d3f')
+sha256sums=('caaf8774894990e166bce24e3fae9d90f4c80f6152b46c11042ebfd345876709')
build() {
cd "$pkgname-$pkgver"