Date: Saturday, September 10, 2022 @ 08:25:42
  Author: arodseth
Revision: 1298788

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-10 08:25:29 UTC (rev 1298787)
+++ PKGBUILD    2022-09-10 08:25:42 UTC (rev 1298788)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
-
-pkgname=python-glfw
-pkgver=2.5.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)
-source=("git+$url#commit=23cd892aff3fab8485ae453ef4edf25101e9d6cb") # tag: 
v2.5.4
-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 1298787, 
python-glfw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-10 08:25:42 UTC (rev 1298788)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
+
+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"
+}

Reply via email to