diff options
author | davidovski <david@davidovski.xyz> | 2022-05-27 18:34:26 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-27 18:34:26 +0100 |
commit | 4615385d6c8203001962a7a31dd02cdb1a73544b (patch) | |
tree | 0ff0ea93838f9c39ee5a09066ad05d9567e31437 /repo/devel/scdoc/scdoc.xibuild | |
parent | 7b0628f037dcbf85cfb381d5e05dea39a2059d33 (diff) |
added tor
Diffstat (limited to 'repo/devel/scdoc/scdoc.xibuild')
-rw-r--r-- | repo/devel/scdoc/scdoc.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/scdoc/scdoc.xibuild b/repo/devel/scdoc/scdoc.xibuild index d6fc4de..b2d9f2a 100644 --- a/repo/devel/scdoc/scdoc.xibuild +++ b/repo/devel/scdoc/scdoc.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="python " -DEPS="pkgconf" +DEPS="pkg-config" PKG_VER=1.11.2 SOURCE=https://git.sr.ht/~sircmpwn/scdoc/archive/$PKG_VER.tar.gz |