summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Wanders2018-07-09 09:43:47 +0200
committerTim Wanders2018-07-09 09:43:47 +0200
commit8364ca3e5fd3c7d896098385e0bdd483d6082376 (patch)
tree0ddfe5de4280a891631fa2f81bfb0a7611277182
parentf253012eef37485f55ececddee3813f70e49c042 (diff)
downloadaur-doom-launcher-git.tar.gz
sync with upstream
-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")