summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fadd0cdea3de..b7d93795d2d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = python-biosig
pkgdesc = Python module for reading and writing routines for different biosignal data formats
pkgver = 1.9.5
- pkgrel = 1
+ pkgrel = 2
url = http://biosig.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
depends = libbiosig
+ depends = python-numpy
+ depends = python-pkgconfig
source = https://sourceforge.net/projects/biosig/files/BioSig%20for%20C_C%2B%2B/src/biosig4c%2B%2B-1.9.5.src.tar.gz
sha1sums = f7f65e4a18585da21394898896f52d7ef768c159
diff --git a/PKGBUILD b/PKGBUILD
index cabc0d84f8d1..fe461af5a2e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Clemens Brunner <clemens dot brunner at gmail dot com>
pkgname=python-biosig
pkgver=1.9.5
-pkgrel=1
+pkgrel=2
pkgdesc="Python module for reading and writing routines for different biosignal data formats"
arch=('i686' 'x86_64')
url="http://biosig.sourceforge.net/"
license=('GPL')
groups=()
-depends=('libbiosig')
+depends=('libbiosig' 'python-numpy' 'python-pkgconfig')
makedepends=()
optdepends=()
provides=()