summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d381bbe245d..9859b60b0e7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = doom-launcher-git
depends = bash
depends = dialog
depends = gzdoom
+ depends = sed
provides = doom-launcher
conflicts = doom-launcher
source = git+https://gitlab.com/tim241/doom-launcher.git
diff --git a/PKGBUILD b/PKGBUILD
index ad93769cc2f0..7eeecefed28e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3')
provides=('doom-launcher')
conflicts=('doom-launcher')
-depends=('bash' 'dialog' 'gzdoom')
+depends=('bash' 'dialog' 'gzdoom' 'sed')
source=("git+https://gitlab.com/tim241/${_pkgname}.git")