summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Czernia2019-06-24 16:08:14 +0200
committerNils Czernia2019-06-24 16:08:14 +0200
commit9659354a43c634a7a7623864351c0478223f842d (patch)
tree24c004e6b2e39fe0860e7659cb58ab2e9844ef47
parent5dea1e16730207f85b86e188e88e5280229fd545 (diff)
downloadaur-9659354a43c634a7a7623864351c0478223f842d.tar.gz
Fied depencency
-rw-r--r--.SRCINFO5
-rw-r--r--0.10.tar.gzbin0 -> 47136 bytes
-rw-r--r--PKGBUILD6
-rw-r--r--python-snap7-0.10-4-any.pkg.tar.xzbin0 -> 61808 bytes
4 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aeb8eff820f..8c07fbec60e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-snap7
- pkgdesc = This is a ctypes based python wrapper for snap7.
+ pkgdesc = This is a ctypes based python wrapper for snap7
pkgver = 0.10
- pkgrel = 3
+ pkgrel = 4
url = http://snap7.sourceforge.net/
arch = any
license = LGPL3
makedepends = python-setuptools
depends = snap7
+ depends = python
source = https://github.com/gijzelaerr/python-snap7/archive/0.10.tar.gz
sha256sums = d5909496234da914d553c9f5a8d6d5ef7ac83d87fe1ec492bcdd91549a7993d2
diff --git a/0.10.tar.gz b/0.10.tar.gz
new file mode 100644
index 000000000000..53b2a3dee3cf
--- /dev/null
+++ b/0.10.tar.gz
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index 5474f090e7e1..946e738e18d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-snap7
pkgver=0.10
-pkgrel=3
-pkgdesc="This is a ctypes based python wrapper for snap7."
+pkgrel=4
+pkgdesc="This is a ctypes based python wrapper for snap7"
url="http://snap7.sourceforge.net/"
license=("LGPL3")
arch=('any')
-depends=("snap7")
+depends=("snap7" "python")
makedepends=("python-setuptools")
source=("https://github.com/gijzelaerr/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('d5909496234da914d553c9f5a8d6d5ef7ac83d87fe1ec492bcdd91549a7993d2')
diff --git a/python-snap7-0.10-4-any.pkg.tar.xz b/python-snap7-0.10-4-any.pkg.tar.xz
new file mode 100644
index 000000000000..227b65a7a43b
--- /dev/null
+++ b/python-snap7-0.10-4-any.pkg.tar.xz
Binary files differ