diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-11 01:05:15 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-11 01:19:31 (EST) |
commit | 870b39253f95372cfae99570b29145f2e02c6b5c (patch) | |
tree | cb8e9c1e7a9355817644ff114790c679c1e02287 /dialog-ncursesw.pkg/control | |
parent | 8bbe3178e12b6d97f1600543964c1512c9a7f7e2 (diff) |
dialog-ncurses: New package
Diffstat (limited to 'dialog-ncursesw.pkg/control')
-rw-r--r-- | dialog-ncursesw.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dialog-ncursesw.pkg/control b/dialog-ncursesw.pkg/control index b4702cc..4724ab9 100644 --- a/dialog-ncursesw.pkg/control +++ b/dialog-ncursesw.pkg/control @@ -2,7 +2,7 @@ Architecture: any Platform: all Section: util Provides: dialog -Depends: ${Shlib-Depends} +Depends: dialog-common (= ${Source-Version}), ${Shlib-Depends} Description: Program to display dialog boxes from shell scripts - ncursesw dialog is a program that will let you present a variety of questions or display messages using dialog boxes from a shell script. |