summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2023-08-03 18:55:37 +0100
committerSpyros Stathopoulos2023-08-03 18:55:37 +0100
commit19f803cde3be212e222e1e331fe20458f662f7c4 (patch)
treee89cfccd981063328f07de4fbc7928298a7d653e
parent83b1b81135ec16bdd9ee88fba13f06b6b8234ffe (diff)
downloadaur-19f803cde3be212e222e1e331fe20458f662f7c4.tar.gz
Update python dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 236f04099236..bf73acaffc6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-linux-gpib
pkgdesc = A support package for GPIB (IEEE 488) hardware - Python 3 bindings
pkgver = 4.3.6
- pkgrel = 1
+ pkgrel = 2
url = http://linux-gpib.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
depends = linux-gpib
- depends = python
+ depends = python-setuptools
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
diff --git a/PKGBUILD b/PKGBUILD
index 639c2f409f77..5059a7862ce0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@ pkgname=('python-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 3 bindings'
arch=('i686' 'x86_64')
url='http://linux-gpib.sourceforge.net/'
license=('GPL')
-depends=('linux-gpib' 'python')
+depends=('linux-gpib' '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')