diff --git a/.compilation-options b/.compilation-options deleted file mode 100644 index 9c7aafe..0000000 --- a/.compilation-options +++ /dev/null @@ -1 +0,0 @@ -ARCH=any diff --git a/pkg.info b/pkg.info index 6626851..2951278 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,21 @@ name: asciidoc description: Text based document generation version: 10.2.1 +revision: 1 url: https://asciidoc-py.github.io/ license: GPL2-or-later architecture: any -depends: ["docbook-xsl-nons","libxslt","python3"] -optional_depends: ["graphviz","imagemagick"] -make_depends: ["python-build","python-installer","python-setuptools","python-wheel"] +output_architecture: any type: source +depends: + - docbook-xsl-nons + - libxslt + - python3 +optional_depends: + - graphviz + - imagemagick +make_depends: + - python-build + - python-installer + - python-setuptools + - python-wheel