summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarti Raudsepp2009-12-05 18:26:10 +0200
committerMarti Raudsepp2009-12-05 18:26:10 +0200
commitd25eeadb3b203cb7051e135301675d003d4cdcdf (patch)
tree51af1b03576d392cc2ef2e67ab97f032f0a8b045
parent5a9fc7dd2f7b7d36f369fcf458f15d34d1cd3248 (diff)
downloadaur-d25eeadb3b203cb7051e135301675d003d4cdcdf.tar.gz
seekwatcher-hg: add optdepends=(pyqt3) for matplotlib interactive mode
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cef5612c915..cc26f85e0bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Marti Raudsepp <marti@juffo.org>
+
pkgname=seekwatcher-hg
pkgver=104
pkgrel=1
@@ -8,7 +9,8 @@ url="http://oss.oracle.com/~mason/seekwatcher/"
license=('GPL')
makedepends=('mercurial' 'python')
depends=('python-matplotlib' 'python-numpy')
-optdepends=('blktrace: for tracing the local system')
+optdepends=('blktrace: for tracing the local system'
+ 'pyqt3: enable interactive mode')
conflicts=('seekwatcher')
md5sums=()