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
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')

View File

@@ -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")

View File

@@ -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")

View File

@@ -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]}"

View File

@@ -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=(

View File

@@ -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]}")

View File

@@ -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")

View File

@@ -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]")

View File

@@ -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