summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYaroslav Veremenko2025-03-14 00:53:02 -0600
committerYaroslav Veremenko2025-03-14 00:53:15 -0600
commit156a0c449b6f41329f4d2dc081889d7398d0f590 (patch)
tree4dd0c324816f40504db7172d4ff4d6307fb39c2e /PKGBUILD
parent3e77d3363e91093e7bf3e4a841b1442c6b8b1950 (diff)
downloadaur-156a0c449b6f41329f4d2dc081889d7398d0f590.tar.gz
remove 'sed' dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfaca973c1cf..6278dfbc889c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='A FUSE module for accessing ancient Unix filesystems.'
arch=('any')
license=('Apache-2.0' 'Caldera')
depends=('fuse2')
-makedepends=('git' 'sed')
+makedepends=('git')
checkdepends=('simh' 'python-pexpect')
source=(
"${pkgname}::git+https://github.com/jaylogue/retro-fuse.git"