Skip to content

Commit

Permalink
upgpkg: python-vispy 0.10.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz committed May 11, 2022
1 parent 19e4d4f commit a2da4c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python-vispy/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = python-vispy
pkgdesc = A high-performance interactive 2D/3D data visualization library.
pkgver = 0.10.0
pkgrel = 1
pkgrel = 2
url = https://vispy.org
arch = any
license = BSD
Expand All @@ -22,6 +22,6 @@ pkgbase = python-vispy
optdepends = python-pysdl2: sdl2
optdepends = python-wxpython: wx
source = python-vispy-0.10.0.tar.gz::https://github.com/vispy/vispy/archive/v0.10.0.tar.gz
sha256sums = f4f1b23d489ed783e1ee20f04fe2934b2b0f57e8dc86ff500e9ce32236b6de4f
sha256sums = b21bd7dede450f18e267b1f18b096ce8b337f936285bdf8a2a0f8f0c995c35cd

pkgname = python-vispy
4 changes: 2 additions & 2 deletions python-vispy/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgname=python-vispy
pkgver=0.10.0
pkgrel=1
pkgrel=2
pkgdesc='A high-performance interactive 2D/3D data visualization library.'
arch=('any')
url='https://vispy.org'
Expand All @@ -21,7 +21,7 @@ optdepends=('ipython: ipython-static'
'python-wxpython: wx')
_pkgname=vispy
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/vispy/vispy/archive/v$pkgver.tar.gz")
sha256sums=('f4f1b23d489ed783e1ee20f04fe2934b2b0f57e8dc86ff500e9ce32236b6de4f')
sha256sums=('b21bd7dede450f18e267b1f18b096ce8b337f936285bdf8a2a0f8f0c995c35cd')

build() {
cd "$srcdir/${_pkgname}-${pkgver}"
Expand Down

0 comments on commit a2da4c6

Please sign in to comment.