summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2017-01-30 18:49:02 +0100
committerMichael Straube2017-01-30 19:09:15 +0100
commit5793cfba8089e2645f746df78d7443090f88ac96 (patch)
tree1b40e1ee9c12c8f6ee73e0c237284dd3e37c4049
parent0a55cf382f3f5a6077d56ee89c2833543516406c (diff)
downloadaur-5793cfba8089e2645f746df78d7443090f88ac96.tar.gz
gpg, arch = any
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e868da23bb0..d5e796243baa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = python-pysdl2
pkgdesc = A Python wrapper around the SDL2 library
pkgver = 0.9.5
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/marcusva/py-sdl2/overview
- arch = i686
- arch = x86_64
+ arch = any
license = custom:CC0
depends = python
depends = sdl2
@@ -13,7 +12,10 @@ pkgbase = python-pysdl2
optdepends = sdl2_mixer
optdepends = sdl2_ttf
source = https://bitbucket.org/marcusva/py-sdl2/downloads/PySDL2-0.9.5.tar.gz
+ source = https://bitbucket.org/marcusva/py-sdl2/downloads/PySDL2-0.9.5.tar.gz.asc
+ validpgpkeys = 8045642355B844E284606ED2F5645D06D1395E36
sha256sums = 500eeef667a12ab2790b9fbf25f24b2e1de3bdc9d0b07fd94112ad486149e276
+ sha256sums = SKIP
pkgname = python-pysdl2
diff --git a/PKGBUILD b/PKGBUILD
index a46049782912..1ca5945b771a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,20 @@
-# Maintainer: feuri <padfoot at exemail dot com dot au>
+# Maintainer: Michael Straube <straubem@gmx.de>
+# Contributor: feuri <padfoot at exemail dot com dot au>
# Contributor: feuri <mail at feuri dot de>
pkgname=python-pysdl2
pkgver=0.9.5
-pkgrel=1
+pkgrel=2
pkgdesc="A Python wrapper around the SDL2 library"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://bitbucket.org/marcusva/py-sdl2/overview"
license=('custom:CC0')
depends=('python' 'sdl2')
optdepends=('sdl2_gfx' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
-source=("https://bitbucket.org/marcusva/py-sdl2/downloads/PySDL2-$pkgver.tar.gz")
-sha256sums=('500eeef667a12ab2790b9fbf25f24b2e1de3bdc9d0b07fd94112ad486149e276')
+source=("https://bitbucket.org/marcusva/py-sdl2/downloads/PySDL2-$pkgver.tar.gz"{,.asc})
+sha256sums=('500eeef667a12ab2790b9fbf25f24b2e1de3bdc9d0b07fd94112ad486149e276'
+ 'SKIP')
+validpgpkeys=('8045642355B844E284606ED2F5645D06D1395E36') # Marcus von Appen
build() {
cd PySDL2-$pkgver