summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVendicated2022-11-30 17:17:38 +0100
committerVendicated2022-11-30 17:17:38 +0100
commit4cfbf07b01f88d9dc86313c868d38b6ac2862a00 (patch)
treec4843c06e5789f155c37cbe08f8cfdc6371d0b23
parentf416f6b7486f94eb5ed6a9dc2c5dfb254406efcb (diff)
downloadaur-4cfbf07b01f88d9dc86313c868d38b6ac2862a00.tar.gz
chore(deps): Remove dependency on sed
"Packages in the AUR assume that the base-devel group is installed, i.e. they do not list the group's members as build dependencies explicitly." ~ https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites
-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'