summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpyros Stathopoulos2023-08-03 18:54:36 +0100
committerSpyros Stathopoulos2023-08-03 18:54:36 +0100
commit89260960dc97ad985ee12385bf287ae55fa25076 (patch)
tree53af2ce3fa2f7f66bb9bafd862c2d8a928ef71c0 /PKGBUILD
parenta7382ccf29ae010629dad23d4db39b9eb8bdb6e0 (diff)
downloadaur-89260960dc97ad985ee12385bf287ae55fa25076.tar.gz
Update python dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 193fdce5cd52..1cd3d8218ab1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@ pkgname=('python2-linux-gpib')
_pkgname=('linux-gpib')
pkgver=4.3.6
_pkgver=4.3.6
-pkgrel=1
+pkgrel=2
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')
+depends=('linux-gpib' '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')