George Hu pushed to branch main at Arch Linux / Packaging / Packages / libnova


Commits:
721b4563 by George Hu at 2025-08-01T11:16:53+08:00
Add nvchecker configuration file

- - - - -
c582adf7 by George Hu at 2025-08-01T11:23:45+08:00
Change license to LGPL-2.0-or-later

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = libnova
        pkgrel = 4
        url = http://libnova.sourceforge.net/
        arch = x86_64
-       license = GPL2
+       license = LGPL-2.0-or-later
        depends = glibc
        source = 
https://downloads.sourceforge.net/sourceforge/libnova/libnova-0.15.0.tar.gz
        sha512sums = 
77ab0ccbfe462c03a21e88656cb4d6389994ea1da0ee8da997f19a83d24ad8fd9e505e70e1580b75332e826e5b7859b5f2af4417f65eb811440493ba586f2574


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[libnova]
+source = "git"
+git = "https://git.code.sf.net/p/libnova/libnova";
+prefix = "v"


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgver=0.15.0
 pkgrel=4
 pkgdesc="A general purpose, double precision, celestial mechanics, astrometry 
and astrodynamics library."
 url="http://libnova.sourceforge.net/";
-license=('GPL2')
+license=('LGPL-2.0-or-later')
 arch=('x86_64')
 depends=('glibc')
 
source=(https://downloads.sourceforge.net/sourceforge/libnova/$pkgname-$pkgver.tar.gz)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libnova/-/compare/dd5236513692f1f28f747095f283ce2b157cffc9...c582adf766ea933b4e5c0b24efcd17bb1f61fafa

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libnova/-/compare/dd5236513692f1f28f747095f283ce2b157cffc9...c582adf766ea933b4e5c0b24efcd17bb1f61fafa
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to