[arch-commits] Commit in python-glfw/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Feb 18 11:07:36 UTC 2019


    Date: Monday, February 18, 2019 @ 11:07:35
  Author: arodseth
Revision: 434215

upgpkg: python-glfw 1.7.1-1

Modified:
  python-glfw/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-18 07:19:41 UTC (rev 434214)
+++ PKGBUILD	2019-02-18 11:07:35 UTC (rev 434215)
@@ -1,26 +1,24 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=python-glfw
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
-arch=('any')
+arch=(any)
 url='https://github.com/FlorianRhiem/pyGLFW'
-license=('MIT')
-depends=('glfw' 'python')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/FlorianRhiem/pyGLFW#tag=v$pkgver")
+license=(MIT)
+depends=(glfw python)
+makedepends=(git python-setuptools)
+source=("git+$url#tag=v$pkgver")
 md5sums=('SKIP')
 
 build() {
   cd pyGLFW
-  
   python setup.py build
 }
 
 package() {
   cd pyGLFW
-
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list