summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2019-10-09 15:20:50 +0200
committerTobias Bachmann2019-10-09 15:20:50 +0200
commit486be99aee2e71c53306a894de0fc87ac56645d5 (patch)
tree0e9538642e409f4820ca79a8ce29e98bad68a4ce
parent3a4277d461d5277f5ef7d8c727cbe07e983b2e11 (diff)
downloadaur-486be99aee2e71c53306a894de0fc87ac56645d5.tar.gz
FSL 6.0.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bb2ce254f0a..1ffbae747f85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = python-wxnatpy
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.
- pkgver = 0.3.1
- pkgrel = 2
+ pkgver = 0.3.2
+ pkgrel = 1
url = https://github.com/pauldmccarthy/wxnatpy
arch = any
license = Apache
depends = python
depends = wxpython
- depends = python-xnatpy>=0.3.9
+ depends = python-xnatpy>=0.3.21
replaces = wxnatpy
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/w/wxnatpy/wxnatpy-0.3.1.tar.gz
- sha256sums = 130b4b39299e213c4cf6829b64c03d2e0e3ba6b234a8d5f2044d7b4cb572c5f4
+ source = https://files.pythonhosted.org/packages/source/w/wxnatpy/wxnatpy-0.3.2.tar.gz
+ sha256sums = 252c07d63caaca94beb3a73016a65eb6807d92387b6f396e061bf0408801ac82
pkgname = python-wxnatpy
diff --git a/PKGBUILD b/PKGBUILD
index e5f026b4d2a7..4bc5202911ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=python-wxnatpy
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.3.2
+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')
_name=wxnatpy
url="https://github.com/pauldmccarthy/wxnatpy"
license=('Apache')
groups=()
-depends=('python' 'wxpython' 'python-xnatpy>=0.3.9')
+depends=('python' 'wxpython' 'python-xnatpy>=0.3.21')
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=('130b4b39299e213c4cf6829b64c03d2e0e3ba6b234a8d5f2044d7b4cb572c5f4')
+sha256sums=('252c07d63caaca94beb3a73016a65eb6807d92387b6f396e061bf0408801ac82')
package() {
cd "$srcdir/$_name-$pkgver"