update license to GPL-3.0 across README, PKGBUILD, and spec
- SHA
f9442f73ae7865713367f4673d518da098429a89- Parents
-
a5694b1 - Tree
8d7205b
f9442f7
f9442f73ae7865713367f4673d518da098429a89a5694b1
8d7205b| Status | File | + | - |
|---|---|---|---|
| M |
PKGBUILD
|
3 | 3 |
| M |
README.md
|
1 | 1 |
| M |
fortsh.spec
|
2 | 2 |
PKGBUILDmodified@@ -1,12 +1,12 @@ | ||
| 1 | 1 | # Maintainer: mfw <espadonne@outlook.com> |
| 2 | 2 | |
| 3 | 3 | pkgname=fortsh |
| 4 | -pkgver=1.3.3 | |
| 4 | +pkgver=1.5.0 | |
| 5 | 5 | pkgrel=1 |
| 6 | 6 | pkgdesc='Fortran Shell - A modern shell implementation with AST-based parsing' |
| 7 | -arch=('x86_64') | |
| 7 | +arch=('x86_64' 'aarch64') | |
| 8 | 8 | url='https://github.com/FortranGoingOnForty/fortsh' |
| 9 | -license=('MIT') | |
| 9 | +license=('GPL-3.0-only') | |
| 10 | 10 | depends=('glibc') |
| 11 | 11 | makedepends=('gcc-fortran' 'make') |
| 12 | 12 | source=("git+https://github.com/FortranGoingOnForty/fortsh.git#tag=v$pkgver") |
README.mdmodified@@ -610,7 +610,7 @@ Want to make it faster? Please do. | ||
| 610 | 610 | |
| 611 | 611 | ## License |
| 612 | 612 | |
| 613 | -MIT. See LICENSE file. | |
| 613 | +GPL-3.0. See LICENSE file. | |
| 614 | 614 | |
| 615 | 615 | ## Links |
| 616 | 616 | |
fortsh.specmodified@@ -1,9 +1,9 @@ | ||
| 1 | 1 | Name: fortsh |
| 2 | -Version: 1.3.3 | |
| 2 | +Version: 1.5.0 | |
| 3 | 3 | Release: 1%{?dist} |
| 4 | 4 | Summary: Fortran Shell - A modern shell implementation in Fortran with advanced features |
| 5 | 5 | |
| 6 | -License: MIT | |
| 6 | +License: GPL-3.0-only | |
| 7 | 7 | URL: https://github.com/FortranGoingOnForty/fortsh |
| 8 | 8 | Source0: %{name}-%{version}.tar.gz |
| 9 | 9 | |