[arch-commits] Commit in python-glfw/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Nov 7 08:32:13 UTC 2019
Date: Thursday, November 7, 2019 @ 08:32:13
Author: arodseth
Revision: 524469
upgpkg: python-glfw 1.8.4-1
Modified:
python-glfw/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-07 08:19:04 UTC (rev 524468)
+++ PKGBUILD 2019-11-07 08:32:13 UTC (rev 524469)
@@ -1,8 +1,8 @@
# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
pkgname=python-glfw
-pkgver=1.7.1
-pkgrel=2
+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'
@@ -9,7 +9,8 @@
license=(MIT)
depends=(glfw python)
makedepends=(git python-setuptools)
-source=("git+$url#tag=v$pkgver")
+# tag: 1.8.4
+source=("git+$url#commit=e247b3d51c8430b0a79fb41fb1f8467032752835")
md5sums=('SKIP')
build() {
More information about the arch-commits
mailing list