diff --git a/pkg.info b/pkg.info index e891dd9..d46200c 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: groff description: GNU troff text-formatting system -version: 1.23.0 -revision: 5 +version: 1.24.1 +revision: 1 url: https://www.gnu.org/software/groff/ license: GPL3-or-later maintainers: @@ -21,4 +21,4 @@ downloads: - url: https://ftpmirror.gnu.org/gnu/groff/groff-${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 6b9757f592b7518b4902eb6af7e54570bdccba37a871fddb2d30ae3863511c13 + checksum: 74e2819795b6aff431aeac983d63a9c8968eeaba2a2eba7df8ba4c7b41e7cfd8 diff --git a/source.sh b/source.sh index 62fd74a..05d8de3 100644 --- a/source.sh +++ b/source.sh @@ -5,7 +5,7 @@ # The build function is executed in the source directory # This function is used to compile the source code build() { - PAGE="A4" ./configure --prefix=/usr + ./configure --prefix=/usr --without-x --without-urw-fonts make }