LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 451|回复: 0

abs取到是旧老版本

[复制链接]
发表于 2011-8-27 02:55:04 | 显示全部楼层 |阅读模式
我用abs同步到的PKGBUILD不是最新的
比如mldonkey,现在的版本是3.1.0-1
但我用"abs community/mldonkey"取到却还是原先的3.0.7

rsync.archlinux.org上的不是最新的版本?

  1. #
  2. # /etc/abs.conf
  3. #

  4. # the top-level directory of all your PKGBUILDs
  5. [ "$ABSROOT" = "" ] && ABSROOT="/var/abs/"

  6. #
  7. # Server to sync from
  8. #
  9. SYNCSERVER="rsync.archlinux.org"

  10. #
  11. # The architecture to fetch abs for
  12. # Either i686 or x86_64
  13. #
  14. ARCH="x86_64"

  15. #
  16. # Pacman mirror list used for syncing via tarball
  17. #
  18. MIRRORLIST="/etc/pacman.d/mirrorlist"

  19. #
  20. # REPOS to be parsed by abs (in this order)
  21. #   (prefix a repo with a ! to disable it)
  22. #
  23. # Note: If a repo is removed, it is still fetched!
  24. # Repos must be preceded with a ! to prevent fetching
  25. #
  26. REPOS=(core extra community multilib !testing !community-testing !multilib-testing
  27.        !staging !community-staging !gnome-unstable !kde-unstable)  
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表