[arch-commits] Commit in python-glfw/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Nov 7 08:32:18 UTC 2019


    Date: Thursday, November 7, 2019 @ 08:32:18
  Author: arodseth
Revision: 524470

archrelease: copy trunk to community-any

Added:
  python-glfw/repos/community-any/PKGBUILD
    (from rev 524469, python-glfw/trunk/PKGBUILD)
Deleted:
  python-glfw/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-07 08:32:13 UTC (rev 524469)
+++ PKGBUILD	2019-11-07 08:32:18 UTC (rev 524470)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=python-glfw
-pkgver=1.7.1
-pkgrel=1
-pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
-arch=(any)
-url='https://github.com/FlorianRhiem/pyGLFW'
-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"
-}
-
-# getver: github.com/FlorianRhiem/pyGLFW
-# vim: ts=2 sw=2 et:

Copied: python-glfw/repos/community-any/PKGBUILD (from rev 524469, python-glfw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-07 08:32:18 UTC (rev 524470)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=python-glfw
+pkgver=1.8.4
+pkgrel=1
+pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
+arch=(any)
+url='https://github.com/FlorianRhiem/pyGLFW'
+license=(MIT)
+depends=(glfw python)
+makedepends=(git python-setuptools)
+# tag: 1.8.4
+source=("git+$url#commit=e247b3d51c8430b0a79fb41fb1f8467032752835")
+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"
+}
+
+# getver: github.com/FlorianRhiem/pyGLFW
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list