summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpyros Stathopoulos2023-08-08 21:18:33 +0100
committerSpyros Stathopoulos2023-08-08 21:18:33 +0100
commit780a76305cc333cffadc9efa211f838bd5daac90 (patch)
tree98ed7b5141ca69c9ae1b872a96c21a37ed6bb507 /PKGBUILD
parent19f803cde3be212e222e1e331fe20458f662f7c4 (diff)
downloadaur-python-linux-gpib.tar.gz
Fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5059a7862ce0..a4e06e8b7389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@ pkgname=('python-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 3 bindings'
arch=('i686' 'x86_64')
url='http://linux-gpib.sourceforge.net/'
license=('GPL')
-depends=('linux-gpib' 'python-setuptools')
+depends=('linux-gpib' 'python')
+makedepends=('python-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')