summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bc5202911ef..431c0fd86cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=python-wxnatpy
-pkgver=0.3.2
+pkgver=0.4.0
pkgrel=1
pkgdesc="wxnatpy is a wxPython widget which allows users to browse the contents of a XNAT repository. It is built on top of wxPython and xnatpy."
arch=('any')
@@ -8,7 +8,7 @@ _name=wxnatpy
url="https://github.com/pauldmccarthy/wxnatpy"
license=('Apache')
groups=()
-depends=('python' 'wxpython' 'python-xnatpy>=0.3.21')
+depends=('python' 'python-wxpython' 'python-xnatpy>=0.3.28')
makedepends=()
provides=()
conflicts=()
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('252c07d63caaca94beb3a73016a65eb6807d92387b6f396e061bf0408801ac82')
+sha256sums=('d7d6b27c07b3351e85a7ac55abc119817620e2709d5965c7ef335403148bc586')
package() {
cd "$srcdir/$_name-$pkgver"