Balló György pushed to branch main at Arch Linux / Packaging / Packages / netpbm
Commits:
4f718d5a by Balló György at 2024-12-14T21:01:56+01:00
Fix typo in license name
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -6,7 +6,7 @@ pkgbase = netpbm
arch = x86_64
license = Artistic-1.0
license = GPL-2.0-only
- license = LGPL-2.0.only
+ license = LGPL-2.0-only
license = MIT
depends = bash
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgver=10.86.43
pkgrel=1
pkgdesc='A toolkit for manipulation of graphic images'
arch=(x86_64)
-license=(Artistic-1.0 GPL-2.0-only LGPL-2.0.only MIT)
+license=(Artistic-1.0 GPL-2.0-only LGPL-2.0-only MIT)
url="http://netpbm.sourceforge.net/"
depends=(bash
gcc-libs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/netpbm/-/commit/4f718d5a4da477ed3e34a60d298cf57e751107c3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/netpbm/-/commit/4f718d5a4da477ed3e34a60d298cf57e751107c3
You're receiving this email because of your account on gitlab.archlinux.org.