summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a0bd31aeae2..37d0c3e50601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = armcord-git
license = custom:OSL-3.0
makedepends = git
makedepends = nodejs
- makedepends = sed
makedepends = npm
depends = electron
optdepends = libnotify: Notifications
diff --git a/PKGBUILD b/PKGBUILD
index 3a92606a12ed..a35b7ee9ab39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=("x86_64" "aarch64")
url="https://github.com/ArmCord/ArmCord"
license=("custom:OSL-3.0")
-makedepends=("git" "nodejs" "sed" "npm")
+makedepends=("git" "nodejs" "npm")
depends=("electron")
optdepends=(
'libnotify: Notifications'