Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

当pkgrel的值带有引号时,pkgrel不能正确比较大小 #40

Closed
petronny opened this issue Jan 26, 2017 · 2 comments
Closed

当pkgrel的值带有引号时,pkgrel不能正确比较大小 #40

petronny opened this issue Jan 26, 2017 · 2 comments

Comments

@petronny
Copy link
Member

petronny commented Jan 26, 2017

比如在keras的PKGBUILD

pkgrel="1"

如果通过修改成下面任意

pkgrel=1.1
pkgrel="1.1"

来trigger rebuild,build出来的都是

pkgrel="1"

archrepo2也不会识别rebuild出来的包

通过lilac.py去掉引号也是如此

@lilydjwg
Copy link
Member

再试试看呢?

@petronny
Copy link
Member Author

Okay了,多谢~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants