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

Alexander Rødseth arodseth at archlinux.org
Fri Nov 6 13:54:02 UTC 2020


    Date: Friday, November 6, 2020 @ 13:54:02
  Author: arodseth
Revision: 744298

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 ++++++++++++++++++++++++++----------------------------
 1 file changed, 26 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-06 13:53:57 UTC (rev 744297)
+++ PKGBUILD	2020-11-06 13:54:02 UTC (rev 744298)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=python-glfw
-pkgver=1.11.0
-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.11.0
-source=("git+$url#commit=832942e5b4456c3d9e947b30b976e0944310668f")
-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 744297, python-glfw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-06 13:54:02 UTC (rev 744298)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=python-glfw
+pkgver=2.0.0
+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#commit=e988aa623a4a8da08b53f68246424306c4fa5982") # tag: v2.0.0
+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



More information about the arch-commits mailing list