diff --git a/lfs/attr-2.5.2.PKGBUILD b/lfs/attr-2.5.2.PKGBUILD index d656c6a..489f83d 100644 --- a/lfs/attr-2.5.2.PKGBUILD +++ b/lfs/attr-2.5.2.PKGBUILD @@ -1,9 +1,8 @@ pkgname=attr pkgver=2.5.2 -pkgrel=1 pkgdesc='Extended attribute support library for ACL support' arch=('x86_64') -url='https://savannah.nongnu.org/projects/attr' +homepage='https://savannah.nongnu.org/projects/attr' license=('LGPL') depends=('glibc') makedepends=('gettext') diff --git a/lfs/automake-1.18.1.PKGBUILD b/lfs/automake-1.18.1.PKGBUILD index c82bd54..b1a3a82 100644 --- a/lfs/automake-1.18.1.PKGBUILD +++ b/lfs/automake-1.18.1.PKGBUILD @@ -2,7 +2,7 @@ pkgname=automake pkgver=1.18.1 pkgdesc="A GNU tool for automatically creating Makefiles" license=('GPL') -url="https://www.gnu.org/software/automake" +homepage="https://www.gnu.org/software/automake" sources=("${pkgname}-${pkgver}.tar.xz") urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}") md5sums=("cea31dbf1120f890cbf2a3032cfb9a68") diff --git a/lfs/bash-5.3.PKGBUILD b/lfs/bash-5.3.PKGBUILD index 4476102..3c911c0 100644 --- a/lfs/bash-5.3.PKGBUILD +++ b/lfs/bash-5.3.PKGBUILD @@ -8,7 +8,7 @@ else fi pkgdesc='The GNU Bourne Again shell' license=('GPL-3.0-or-later') -url='https://www.gnu.org/software/bash' +homepage='https://www.gnu.org/software/bash' sources=("${pkgname}-${pkgver}.tar.gz") urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}") md5sums=("977c8c0c5ae6309191e7768e28ebc951") diff --git a/lfs/bison-3.8.2.PKGBUILD b/lfs/bison-3.8.2.PKGBUILD index 9c2e9d0..0e8f2fc 100644 --- a/lfs/bison-3.8.2.PKGBUILD +++ b/lfs/bison-3.8.2.PKGBUILD @@ -2,7 +2,7 @@ pkgname=bison pkgver=3.8.2 pkgdesc="The GNU general-purpose parser generator" license=('GPL-3.0-or-later') -url="https://www.gnu.org/software/bison/bison.html" +homepage="https://www.gnu.org/software/bison/bison.html" sources=("${pkgname}-${pkgver}.tar.xz" "bison-3.8.2-gcc15-glibcxx-assertions.patch") urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}" diff --git a/lfs/flex-2.6.4.PKGBUILD b/lfs/flex-2.6.4.PKGBUILD index 26ab737..9e054b7 100644 --- a/lfs/flex-2.6.4.PKGBUILD +++ b/lfs/flex-2.6.4.PKGBUILD @@ -1,7 +1,7 @@ pkgname=flex pkgver=2.6.4 pkgdesc="A tool for generating text-scanning programs" -url="https://github.com/westes/flex" +homepage="https://github.com/westes/flex" license=('custom') sources=("${pkgname}-${pkgver}.tar.gz") urls=( diff --git a/lfs/patch-2.8.PKGBUILD b/lfs/patch-2.8.PKGBUILD index 00950e6..a3e711d 100644 --- a/lfs/patch-2.8.PKGBUILD +++ b/lfs/patch-2.8.PKGBUILD @@ -2,7 +2,7 @@ pkgname=patch pkgver=2.8 pkgdesc='A utility to apply patch files to original sources' arch=('x86_64') -url='https://www.gnu.org/software/patch/' +homepage='https://www.gnu.org/software/patch/' license=('GPL') sources=("${pkgname}-${pkgver}.tar.xz") urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}") diff --git a/lfs/procps-ng-4.0.5.PKGBUILD b/lfs/procps-ng-4.0.5.PKGBUILD index 192e2c8..31b7d85 100644 --- a/lfs/procps-ng-4.0.5.PKGBUILD +++ b/lfs/procps-ng-4.0.5.PKGBUILD @@ -1,7 +1,7 @@ pkgname=procps-ng pkgver=4.0.5 pkgdesc='Utilities for monitoring your system and its processes' -url='https://gitlab.com/procps-ng/procps' +homepage='https://gitlab.com/procps-ng/procps' license=(GPL LGPL) arch=(x86_64) sources=("${pkgname}-${pkgver}.tar.xz") diff --git a/lfs/util-linux-2.41.1.PKGBUILD b/lfs/util-linux-2.41.1.PKGBUILD index 6d9f5b4..e6aeb35 100644 --- a/lfs/util-linux-2.41.1.PKGBUILD +++ b/lfs/util-linux-2.41.1.PKGBUILD @@ -1,7 +1,7 @@ pkgname=util-linux pkgver=2.41.1 pkgdesc='Miscellaneous system utilities for Linux' -url='https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/' +homepage='https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/' arch=('x86_64') sources=("${pkgname}-${pkgver}.tar.xz") urls=("https://www.kernel.org/pub/linux/utils/${pkgname}/v${pkgver}/$sources[0]") diff --git a/lfs/zstd-1.5.7.PKGBUILD b/lfs/zstd-1.5.7.PKGBUILD index d6c9865..db69810 100644 --- a/lfs/zstd-1.5.7.PKGBUILD +++ b/lfs/zstd-1.5.7.PKGBUILD @@ -1,7 +1,7 @@ pkgname=zstd pkgver=1.5.7 pkgdesc='Zstandard - Fast real-time compression algorithm' -url='https://facebook.github.io/zstd/' +homepage='https://facebook.github.io/zstd/' license=( BSD-3-Clause GPL-2.0-only