fix: url -> homepage

This commit is contained in:
2025-12-22 07:14:31 -05:00
parent e49780e763
commit ca99a3a6bd
9 changed files with 9 additions and 10 deletions

View File

@@ -1,9 +1,8 @@
pkgname=attr pkgname=attr
pkgver=2.5.2 pkgver=2.5.2
pkgrel=1
pkgdesc='Extended attribute support library for ACL support' pkgdesc='Extended attribute support library for ACL support'
arch=('x86_64') arch=('x86_64')
url='https://savannah.nongnu.org/projects/attr' homepage='https://savannah.nongnu.org/projects/attr'
license=('LGPL') license=('LGPL')
depends=('glibc') depends=('glibc')
makedepends=('gettext') makedepends=('gettext')

View File

@@ -2,7 +2,7 @@ pkgname=automake
pkgver=1.18.1 pkgver=1.18.1
pkgdesc="A GNU tool for automatically creating Makefiles" pkgdesc="A GNU tool for automatically creating Makefiles"
license=('GPL') license=('GPL')
url="https://www.gnu.org/software/automake" homepage="https://www.gnu.org/software/automake"
sources=("${pkgname}-${pkgver}.tar.xz") sources=("${pkgname}-${pkgver}.tar.xz")
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}") urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")
md5sums=("cea31dbf1120f890cbf2a3032cfb9a68") md5sums=("cea31dbf1120f890cbf2a3032cfb9a68")

View File

@@ -8,7 +8,7 @@ else
fi fi
pkgdesc='The GNU Bourne Again shell' pkgdesc='The GNU Bourne Again shell'
license=('GPL-3.0-or-later') 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") sources=("${pkgname}-${pkgver}.tar.gz")
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}") urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")
md5sums=("977c8c0c5ae6309191e7768e28ebc951") md5sums=("977c8c0c5ae6309191e7768e28ebc951")

View File

@@ -2,7 +2,7 @@ pkgname=bison
pkgver=3.8.2 pkgver=3.8.2
pkgdesc="The GNU general-purpose parser generator" pkgdesc="The GNU general-purpose parser generator"
license=('GPL-3.0-or-later') 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" sources=("${pkgname}-${pkgver}.tar.xz"
"bison-3.8.2-gcc15-glibcxx-assertions.patch") "bison-3.8.2-gcc15-glibcxx-assertions.patch")
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}" urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}"

View File

@@ -1,7 +1,7 @@
pkgname=flex pkgname=flex
pkgver=2.6.4 pkgver=2.6.4
pkgdesc="A tool for generating text-scanning programs" pkgdesc="A tool for generating text-scanning programs"
url="https://github.com/westes/flex" homepage="https://github.com/westes/flex"
license=('custom') license=('custom')
sources=("${pkgname}-${pkgver}.tar.gz") sources=("${pkgname}-${pkgver}.tar.gz")
urls=( urls=(

View File

@@ -2,7 +2,7 @@ pkgname=patch
pkgver=2.8 pkgver=2.8
pkgdesc='A utility to apply patch files to original sources' pkgdesc='A utility to apply patch files to original sources'
arch=('x86_64') arch=('x86_64')
url='https://www.gnu.org/software/patch/' homepage='https://www.gnu.org/software/patch/'
license=('GPL') license=('GPL')
sources=("${pkgname}-${pkgver}.tar.xz") sources=("${pkgname}-${pkgver}.tar.xz")
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}") urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")

View File

@@ -1,7 +1,7 @@
pkgname=procps-ng pkgname=procps-ng
pkgver=4.0.5 pkgver=4.0.5
pkgdesc='Utilities for monitoring your system and its processes' 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) license=(GPL LGPL)
arch=(x86_64) arch=(x86_64)
sources=("${pkgname}-${pkgver}.tar.xz") sources=("${pkgname}-${pkgver}.tar.xz")

View File

@@ -1,7 +1,7 @@
pkgname=util-linux pkgname=util-linux
pkgver=2.41.1 pkgver=2.41.1
pkgdesc='Miscellaneous system utilities for Linux' 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') arch=('x86_64')
sources=("${pkgname}-${pkgver}.tar.xz") sources=("${pkgname}-${pkgver}.tar.xz")
urls=("https://www.kernel.org/pub/linux/utils/${pkgname}/v${pkgver}/$sources[0]") urls=("https://www.kernel.org/pub/linux/utils/${pkgname}/v${pkgver}/$sources[0]")

View File

@@ -1,7 +1,7 @@
pkgname=zstd pkgname=zstd
pkgver=1.5.7 pkgver=1.5.7
pkgdesc='Zstandard - Fast real-time compression algorithm' pkgdesc='Zstandard - Fast real-time compression algorithm'
url='https://facebook.github.io/zstd/' homepage='https://facebook.github.io/zstd/'
license=( license=(
BSD-3-Clause BSD-3-Clause
GPL-2.0-only GPL-2.0-only