summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-03-11 21:07:55 +0100
committerMichal Wojdyla2024-03-11 21:07:55 +0100
commit80325a3ae736b75308efd2eec3882c8100dde028 (patch)
tree3622eb593ad58155cf3552abde959237f0de3281
parentaffb5f60fe0f0e33e7fefc4dc82c34f8ebcb536a (diff)
downloadaur-80325a3ae736b75308efd2eec3882c8100dde028.tar.gz
correct license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 409b2d2e5e43..13d3337d1214 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = perl-starlink-ast
pkgdesc = Interface to the Starlink AST library
pkgver = 3.03
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/release/Starlink-AST
arch = i686
arch = x86_64
- license = PerlArtistic
- license = GPL
+ license = GPL-2.0-or-later
checkdepends = perl-test-deep>=0
checkdepends = perl-test-number-delta>=0
makedepends = perl-module-build
diff --git a/PKGBUILD b/PKGBUILD
index d96326ee95e4..cc9cc77640e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname='perl-starlink-ast'
pkgver='3.03'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Interface to the Starlink AST library"
arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
+license=('GPL-2.0-or-later')
options=('!emptydirs')
depends=('perl>=5.008' 'perl-pgplot' 'perl-tk' 'perl-tk-zinc')
makedepends=('perl-module-build')