summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Elenskiy2018-07-09 14:27:45 +0200
committerIlya Elenskiy2018-07-09 14:27:45 +0200
commit9da45f457b9e7d2c23714fff58c500d59502059f (patch)
tree7c0afbc0ab5d881c04d9edefdbf29c6fbc03f4b7
parent4288f7448ca45a07467d8b2800e046df0f5732b8 (diff)
downloadaur-9da45f457b9e7d2c23714fff58c500d59502059f.tar.gz
added provices, fixed description typo
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e953ab9edba9..828b7d9e0c32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,11 @@ pkgname=python-pycomedi-git
_name=pycomedi
pkgver=0.9.r4.g4217db0
pkgrel=1
-pkgdesc="An object-oriented interface for the Comedi drivers. This packages provides the most up-to-date branch on GitHub, which is currently in ian-abbott\'s fork."
+pkgdesc="An object-oriented interface for the Comedi drivers. This packages provides the most up-to-date branch on GitHub, which is currently in ian-abbott's fork."
arch=('x86_64' 'i686')
url='https://github.com/ian-abbott/pycomedi/'
license=('GPL2')
+provides=( 'python-pycomedi' 'python-comedi' )
depends=( 'python-numpy' 'comedilib')
makedepends=( 'cython' )
source=("pycomedi::git+https://github.com/ian-abbott/pycomedi.git#branch=ija-comedilib-0-11-compat")