diff --git a/tidy-html5.spec b/tidy-html5.spec
index 8f40629..19b655a 100644
--- a/tidy-html5.spec
+++ b/tidy-html5.spec
@@ -1,5 +1,5 @@
Name: tidy-html5
-Version: 5.6.0
+Version: 5.8.0
Release: 1mamba
Summary: The granddaddy of HTML tools, with support for modern standards
Group: System/Libraries
@@ -7,7 +7,6 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco
URL: http://www.html-tidy.org
-## GITSOURCE https://github.com/htacg/tidy-html5.git 5.6.0
Source: https://github.com/htacg/tidy-html5.git/%{version}/tidy-html5-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
@@ -15,7 +14,6 @@ BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The granddaddy of HTML tools, with support for modern standards.
@@ -36,7 +34,6 @@ Requires: pkg-config
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
-
%debug_package
%prep
@@ -72,11 +69,14 @@ This package contains libraries and header files for developing applications tha
%{_includedir}/tidyenum.h
%{_includedir}/tidyplatform.h
%{_libdir}/libtidy.so
-%{_libdir}/libtidys.a
+%{_libdir}/libtidy.a
%{_libdir}/pkgconfig/tidy.pc
%doc README.md
%changelog
+* Wed Dec 08 2021 Automatic Build System 5.8.0-1mamba
+- automatic version update by autodist
+
* Tue Apr 23 2019 Silvan Calarco 5.6.0-1mamba
- package created using the webbuild interface