diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-08 01:49:29 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-08 01:49:29 +0200 |
commit | 6a19a55497730354f0545fbaf3ce99b4d942dbb7 (patch) | |
tree | 0edca012ccc4eb883a40661c10d96f90c2f30a17 | |
parent | fc33d0b03e8755f6e98e5be5b474ac93a1f749c0 (diff) | |
download | blogc-6a19a55497730354f0545fbaf3ce99b4d942dbb7.tar.gz blogc-6a19a55497730354f0545fbaf3ce99b4d942dbb7.tar.bz2 blogc-6a19a55497730354f0545fbaf3ce99b4d942dbb7.zip |
spec: restrict squareball dependency
-rw-r--r-- | blogc.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blogc.spec.in b/blogc.spec.in index 142e4f0..2811f3e 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -7,7 +7,7 @@ Summary: A blog compiler URL: @PACKAGE_URL@ Source0: https://github.com/blogc/blogc/releases/download/v@PACKAGE_VERSION@/blogc-@PACKAGE_VERSION@.tar.xz -BuildRequires: squareball-devel +BuildRequires: squareball-devel >= 0.2.0 %description blogc(1) is a blog compiler. It converts source files and templates into |