diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 15:18:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 15:18:51 +0200 |
commit | e5ba67bb11b55c1f3d48762ff17762d231b2361c (patch) | |
tree | 8e3a744d0ed2aa12a99c0c9a66171fb800fb8c9d /tests/load/1/math/packages | |
parent | ea06607fd65dcf820b462c5d648e2c7e5a04ca02 (diff) |
Ignore version revision in package dependencies resolution
Diffstat (limited to 'tests/load/1/math/packages')
-rw-r--r-- | tests/load/1/math/packages | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/load/1/math/packages b/tests/load/1/math/packages index dbeda89..9c8bfea 100644 --- a/tests/load/1/math/packages +++ b/tests/load/1/math/packages @@ -18,7 +18,7 @@ location: libstudxml-1.0.0+1.tar.gz sha256sum: 05ccba3da34dd0296866027a26b6bacf08cacc80f54516d3b8d8eeccbe31ab93 : name: libexp -version: 1~1.2 +version: 1~1.2+1 summary: The exponent description: The exponent math function. license: MIT @@ -26,7 +26,7 @@ tags: c++, exponent url: http://www.exp.com email: users@exp.com depends: libmisc -location: libexp-1~1.2.tar.gz +location: libexp-1~1.2+1.tar.gz sha256sum: 15ccba3da34dd0296866027a26b6bacf08cacc80f54516d3b8d8eeccbe31ab93 : name: libfoo |