summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2019-07-07 14:45:52 +0200
committerMichael Lass2019-07-07 14:45:52 +0200
commitc9a54d62455fe863f2be849ed011459715c8ca86 (patch)
treeb3da015cbb4d3da6a3ccafc80987334c3138fe98
parent58bf3186b82ea4c62effed2cc7799478c32e0bd9 (diff)
downloadaur-c9a54d62455fe863f2be849ed011459715c8ca86.tar.gz
Move python-setuptools to depends
It's required by the start script /usr/bin/fortls
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a03436000cc..725d4c7411b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fortran-language-server
pkgdesc = Fortran Language Server for the Language Server Protocol
pkgver = 1.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hansec/fortran-language-server
arch = any
license = MIT
- makedepends = python-setuptools
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
diff --git a/PKGBUILD b/PKGBUILD
index 340952372d52..7138af10a5ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,12 @@
pkgname=fortran-language-server
pkgver=1.9.1
-pkgrel=1
+pkgrel=2
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)
-makedepends=(python-setuptools)
+depends=(python-argparse python-future python-setuptools)
source=("https://github.com/hansec/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('305ed997b1542db1f1fb347cf1450c343072fcbf2a55a674e9aa48853a4b01a7')