summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81bd9e757199..2fdba48d3437 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = shedskin-git
pkgdesc = Experimental (restricted) Python-to-C++ compiler (development version)
pkgver = 0.9.8.r68.g937e8196
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/shedskin/shedskin
arch = any
license = GPL3
+ license = Expat
+ license = BSD-3
makedepends = git
makedepends = python-setuptools
depends = pcre
diff --git a/PKGBUILD b/PKGBUILD
index 0a82412dd3a2..22c56f0e5919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: Bjorn Neergaard (neersighted) <bjorn@neersighted.com>
# Contributor: Elkin Cruz <agnelkincc@gmail.com>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=shedskin-git
pkgver=0.9.8.r68.g937e8196
-pkgrel=1
+pkgrel=2
pkgdesc='Experimental (restricted) Python-to-C++ compiler (development version)'
url='https://github.com/shedskin/shedskin'
-license=('GPL3')
+license=('GPL3' 'Expat' 'BSD-3')
+# Not sure whether this is GPL-3.0-only or GPL-3.0-or-later, upstream issue #469
source=(git+https://github.com/shedskin/shedskin.git)
sha256sums=('SKIP')
arch=('any')