Date: Saturday, March 25, 2023 @ 00:27:37
Author: arodseth
Revision: 1427774
archrelease: copy trunk to community-any
Added:
python-glfw/repos/community-any/PKGBUILD
(from rev 1427773, python-glfw/trunk/PKGBUILD)
Deleted:
python-glfw/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-25 00:26:42 UTC (rev 1427773)
+++ PKGBUILD 2023-03-25 00:27:37 UTC (rev 1427774)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-
-pkgname=python-glfw
-pkgver=2.5.5
-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=f7827d094999ee487a4a778a22e6b9686f5c0488") # tag:
v2.5.5
-b2sums=('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"
-}
Copied: python-glfw/repos/community-any/PKGBUILD (from rev 1427773,
python-glfw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-25 00:27:37 UTC (rev 1427774)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+
+pkgname=python-glfw
+pkgver=2.5.7
+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=6dcde439cd18290e42af4946e2e549ed53b26170") # tag:
v2.5.7
+b2sums=('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"
+}