Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / autogen
Commits: 8fd8036e by Lukas Fleischer at 2026-02-21T21:53:59-05:00 Fix license Helped-by: txtsd <[email protected]> - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -4,7 +4,7 @@ pkgbase = autogen pkgrel = 6 url = https://www.gnu.org/software/autogen/ arch = x86_64 - license = GPL3 + license = GPL3-3.0-or-later makedepends = autogen makedepends = chrpath depends = guile ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ pkgrel=6 pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text" arch=('x86_64') url="https://www.gnu.org/software/autogen/" -license=('GPL3') +license=('GPL3-3.0-or-later') depends=('guile' 'libxml2' 'perl') makedepends=('autogen' 'chrpath') source=(https://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/autogen/-/commit/8fd8036e7bcb5e3ca9416ebaa642c44842228a90 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/autogen/-/commit/8fd8036e7bcb5e3ca9416ebaa642c44842228a90 You're receiving this email because of your account on gitlab.archlinux.org.
