Date: Thursday, March 4, 2021 @ 14:13:33 Author: arodseth Revision: 880331
upgpkg: python-glfw 2.1.0-1 Modified: python-glfw/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-04 14:10:19 UTC (rev 880330) +++ PKGBUILD 2021-03-04 14:13:33 UTC (rev 880331) @@ -1,8 +1,8 @@ # Maintainer: Alexander F. Rødseth <[email protected]> pkgname=python-glfw -pkgver=2.0.0 -pkgrel=2 +pkgver=2.1.0 +pkgrel=1 pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support' arch=(any) url='https://github.com/FlorianRhiem/pyGLFW' @@ -9,7 +9,7 @@ license=(MIT) depends=(glfw python) makedepends=(git python-setuptools) -source=("git+$url#commit=e988aa623a4a8da08b53f68246424306c4fa5982") # tag: v2.0.0 +source=("git+$url#commit=0555e765cd31902899afae3479e31269fdf0cf9a") # tag: v2.1.0 md5sums=('SKIP') build() { @@ -22,5 +22,3 @@ python setup.py install --root="$pkgdir" --optimize=1 install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } - -# getver: github.com/FlorianRhiem/pyGLFW
