diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-24 15:03:39 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-24 15:51:31 -0500 |
commit | 1c3c2ca136e17a3bd63d6508e780af21def252e0 (patch) | |
tree | cceae296127fa531f2045aa12c0a6a9244b54a10 /desktop | |
parent | fcb1d3741c0a7a497748f4080fb8f659d4c8e2b2 (diff) | |
download | slackbuilds-1c3c2ca136e17a3bd63d6508e780af21def252e0.tar.gz |
desktop/sync-engine: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/sync-engine/README | 2 | ||||
-rw-r--r-- | desktop/sync-engine/sync-engine.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/desktop/sync-engine/README b/desktop/sync-engine/README index 0eb182061d..b6262c6d78 100644 --- a/desktop/sync-engine/README +++ b/desktop/sync-engine/README @@ -1,5 +1,3 @@ sync-engine is SynCE's syncronization engine, which is required to make partnerships between the computer and the device. Partnerships allow you to specify which items to sync. - -This requires libsynce, librapi2, librra, synce-hal, and pysetuptools. diff --git a/desktop/sync-engine/sync-engine.info b/desktop/sync-engine/sync-engine.info index 9a88006dc9..8b455139cd 100644 --- a/desktop/sync-engine/sync-engine.info +++ b/desktop/sync-engine/sync-engine.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/synce/sync-engine-0.13.tar.gz" MD5SUM="6b3d776d0cbba16fb2b9e89c1ef84ba2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="librapi2 librra libsynce pysetuptools synce-hal" +REQUIRES="distribute libsynce librapi2 librra synce-hal" MAINTAINER="Lionel Young" EMAIL="redtricycle@gmail.com" |