diff options
author | Adrien Nader <adrien@notk.org> | 2013-12-08 22:30:21 +0100 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2013-12-08 22:30:21 +0100 |
commit | 6e0023465745d815b67c0aa90016e0ec6092400b (patch) | |
tree | 113e97fea78a0538ddf241cdc5efbb58150f103c /x | |
parent | f1e349d6fedbca8c1639672557eb9072d5554a74 (diff) |
*.yypkg.script: adapt to simplified yypkg version format.
Diffstat (limited to 'x')
-rw-r--r-- | x/fontconfig/fontconfig.yypkg.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x/fontconfig/fontconfig.yypkg.script b/x/fontconfig/fontconfig.yypkg.script index 9cdf286..96b5f52 100644 --- a/x/fontconfig/fontconfig.yypkg.script +++ b/x/fontconfig/fontconfig.yypkg.script @@ -1,5 +1,5 @@ (((name %{PKG}) (size_expanded (TB 42)) - (version ((Stable %{VER}) %{BUILD})) + (version (%{VER} %{BUILD})) (packager_email adrien@notk.org) (packager_name "Adrien Nader") (description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ()) (comments ())) |