summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorerkin2020-06-22 12:33:11 +0300
committererkin2020-06-22 12:33:11 +0300
commitf65ebbb32f95baa7ea913b7ea0f62dc822c3a924 (patch)
treeaa5c253a6643dcebeca99ae97711cf283aa7e8ee
parent7377955eddf969388b8d40ec67a4059982afd7c9 (diff)
downloadaur-f65ebbb32f95baa7ea913b7ea0f62dc822c3a924.tar.gz
Remove optdepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aac44983d86b..4559caedf74a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = eisl
depends = sh
depends = gcc
depends = make
- optdepends = edlis: editor for eisl
source = https://github.com/sasagawa888/eisl/archive/v1.2.tar.gz
sha256sums = ab7df7195b4e234196d5427ea5e0f1a3e8b44430b999fce66395f9350ddf8f9c
diff --git a/PKGBUILD b/PKGBUILD
index 2f208c2b6616..e93048d45628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ arch=('x86_64' 'i686')
url="https://github.com/sasagawa888/eisl"
license=("custom")
depends=("sh" "gcc" "make")
-optdepends=("edlis: editor for eisl")
source=("https://github.com/sasagawa888/eisl/archive/v${pkgver}.tar.gz")
sha256sums=('ab7df7195b4e234196d5427ea5e0f1a3e8b44430b999fce66395f9350ddf8f9c')