summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2018-03-31 16:46:36 -0500
committerfrealgagu2018-03-31 16:46:36 -0500
commit8292912bd1015555c1690d3de037833f8a086400 (patch)
tree53aeb7ee55e4956daa738f2aed23220c5a4ba65a
parent3886d817e1d0b0bf55ae39dc325d75ca056e5448 (diff)
downloadaur-8292912bd1015555c1690d3de037833f8a086400.tar.gz
Adding correct license
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63f59b268f96..cfbaeb6a1add 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-pysdl2
pkgdesc = Python ctypes wrapper around SDL2
pkgver = 0.9.6
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/marcusva/py-sdl2
arch = any
- license = https://github.com/marcusva/py-sdl2/blob/master/doc/copying.rst
+ license = custom:CC0
depends = python
depends = sdl2
optdepends = sdl2_gfx
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..78690dd6daca
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+python-pysdl2-*.pkg.tar.xz
+python-pysdl2-*.tar.gz
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 1eee382112b3..429dc374eeb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=python-pysdl2
pkgver=0.9.6
-pkgrel=3
+pkgrel=4
pkgdesc="Python ctypes wrapper around SDL2"
arch=("any")
url="https://github.com/marcusva/${pkgname/python-py/py-}"
-license=("https://github.com/marcusva/${pkgname/python-py/py-}/blob/master/doc/copying.rst")
+license=("custom:CC0")
depends=("python" "sdl2")
optdepends=("sdl2_gfx" "sdl2_image" "sdl2_mixer" "sdl2_ttf")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/marcusva/${pkgname/python-py/py-}/archive/rel_${pkgver//./_}.tar.gz")