summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2017-11-06 12:47:50 +0100
committerTobias Bachmann2017-11-06 12:47:50 +0100
commit4a97908fb15884db0c8a20398b1b372d726bc0b1 (patch)
tree53a2730e9320c4031c665e0aa6547d314baeaa98
parenta9d9801732cd4c9b89b43cbfb36594d4a5910f6f (diff)
downloadaur-4a97908fb15884db0c8a20398b1b372d726bc0b1.tar.gz
Fixed dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59a4c1d02ef0..71e1d540815a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = 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.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pauldmccarthy/wxnatpy
arch = any
license = Apache
depends = python
depends = wxpython
- depends = xnatpy
+ depends = python-xnatpy
options = !emptydirs
source = https://files.pythonhosted.org/packages/source/w/wxnatpy/wxnatpy-0.2.2.tar.gz
sha256sums = 3ad354afda48b5bfb0924d28072c313b525f0047709b690e5083ed9b5175aa38
diff --git a/PKGBUILD b/PKGBUILD
index 2b0e233a71d8..6cfac1d4a336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=wxnatpy
pkgver=0.2.2
-pkgrel=1
+pkgrel=2
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')
url="https://github.com/pauldmccarthy/wxnatpy"
license=('Apache')
groups=()
-depends=('python' 'wxpython' 'xnatpy')
+depends=('python' 'wxpython' 'python-xnatpy')
makedepends=()
provides=()
conflicts=()