summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog2
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70b7d27697bb..81b5df4480b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Oct 7 15:40:14 UTC 2016
+# Wed Nov 9 20:45:51 UTC 2016
pkgbase = python2-pyinsane
pkgdesc = Python implementation of the Sane API (using ctypes) and abstration layer
pkgver = 1.4.0
@@ -10,7 +10,9 @@ pkgbase = python2-pyinsane
license = GPL3
makedepends = python2
makedepends = python2-setuptools
- optdepends = python2-pillow
+ depends = python2
+ depends = python2-pillow
+ depends = sane
source = https://github.com/jflesch/pyinsane/archive/v1.4.0.tar.gz
sha256sums = e0ba69440f366854c26cb4661bf08fdce95eefa4b99a461c5e8d057909210f55
diff --git a/ChangeLog b/ChangeLog
index 5c1b7ea70d1d..78e6e564908c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
2016-10-07 Fabien Dubosson <fabien.dubosson@gmail.com>
- * v1.4.0
+ * v1.4.0-1:
Package created
diff --git a/PKGBUILD b/PKGBUILD
index 77a50d633436..8345685065ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://github.com/jflesch/pyinsane"
license=('GPL3')
makedepends=('python2' 'python2-setuptools')
-optdepends=('python2-pillow')
+depends=('python2' 'python2-pillow' 'sane')
changelog="ChangeLog"
source=("https://github.com/jflesch/${_pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('e0ba69440f366854c26cb4661bf08fdce95eefa4b99a461c5e8d057909210f55')