diff options
author | Spyros Stathopoulos | 2023-08-08 21:20:17 +0100 |
---|---|---|
committer | Spyros Stathopoulos | 2023-08-08 21:20:17 +0100 |
commit | acdc034db535334bead95952c4c7a67e194246d2 (patch) | |
tree | c876e31f002064e1b405f111bf421473c9a770f3 | |
parent | 89260960dc97ad985ee12385bf287ae55fa25076 (diff) | |
download | aur-python2-linux-gpib.tar.gz |
Fix makedepends
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -1,13 +1,14 @@ pkgbase = python2-linux-gpib pkgdesc = A support package for GPIB (IEEE 488) hardware - Python 2 bindings pkgver = 4.3.6 - pkgrel = 2 + pkgrel = 3 url = http://linux-gpib.sourceforge.net/ arch = i686 arch = x86_64 license = GPL + makedepends = python2-setuptools depends = linux-gpib - depends = python2-setuptools + depends = python2 source = http://downloads.sourceforge.net/project/linux-gpib/linux-gpib%20for%203.x.x%20and%202.6.x%20kernels/4.3.6/linux-gpib-4.3.6.tar.gz md5sums = ffefc4e5c03b891c57f406a4b82395b7 @@ -2,12 +2,13 @@ pkgname=('python2-linux-gpib') _pkgname=('linux-gpib') pkgver=4.3.6 _pkgver=4.3.6 -pkgrel=2 +pkgrel=3 pkgdesc='A support package for GPIB (IEEE 488) hardware - Python 2 bindings' arch=('i686' 'x86_64') url='http://linux-gpib.sourceforge.net/' license=('GPL') -depends=('linux-gpib' 'python2-setuptools') +depends=('linux-gpib' 'python2') +makedepends=('python2-setuptools') source=("http://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}%20for%203.x.x%20and%202.6.x%20kernels/${_pkgver}/${_pkgname}-${pkgver}.tar.gz") md5sums=('ffefc4e5c03b891c57f406a4b82395b7') |