summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-06-05 18:36:23 +0200
committerMichal Wojdyla2024-06-05 18:36:23 +0200
commitee96cae0d3e96870c94681be2f29cc2b6109f4d9 (patch)
treeb99e135c91de5367bcec5eccbd06d22dd29f0bf3
parentc42f2143e775b263fa4521fe64cec33fe9a093a5 (diff)
downloadaur-shedskin-git.tar.gz
update identifier of gpl3 license
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fdba48d3437..d1d0c8b3ce63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = shedskin-git
pkgdesc = Experimental (restricted) Python-to-C++ compiler (development version)
- pkgver = 0.9.8.r68.g937e8196
- pkgrel = 2
+ pkgver = 0.9.8.r98.g3714016d
+ pkgrel = 1
url = https://github.com/shedskin/shedskin
arch = any
- license = GPL3
+ license = GPL-3.0-only
license = Expat
license = BSD-3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 22c56f0e5919..0d8e7757d1b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,11 @@
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=shedskin-git
-pkgver=0.9.8.r68.g937e8196
-pkgrel=2
+pkgver=0.9.8.r98.g3714016d
+pkgrel=1
pkgdesc='Experimental (restricted) Python-to-C++ compiler (development version)'
url='https://github.com/shedskin/shedskin'
-license=('GPL3' 'Expat' 'BSD-3')
-# Not sure whether this is GPL-3.0-only or GPL-3.0-or-later, upstream issue #469
+license=('GPL-3.0-only' 'Expat' 'BSD-3')
source=(git+https://github.com/shedskin/shedskin.git)
sha256sums=('SKIP')
arch=('any')