Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
autogen
Commits:
bbd489a9 by Lukas Fleischer at 2026-02-21T21:58:22-05:00
Fix license (now properly)
- - - - -
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-3.0-or-later
+ license = GPL-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-3.0-or-later')
+license=('GPL-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/bbd489a99edb271a151602a9b220006f0313ba54
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/autogen/-/commit/bbd489a99edb271a151602a9b220006f0313ba54
You're receiving this email because of your account on gitlab.archlinux.org.