summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Boulogne2015-12-23 08:21:16 -0500
committerFrançois Boulogne2015-12-23 08:21:16 -0500
commit63eb964619ea3a60498f9abf02e130b5a84a8f96 (patch)
treec51cb5596f647f36aa63cc2172482358a011ae59
parentaa0344dea115d1576608f5dc85d737de28d23bc5 (diff)
downloadaur-63eb964619ea3a60498f9abf02e130b5a84a8f96.tar.gz
bump to 1.3.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b6b17dc4076..605dbb88a46b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Dec 23 13:18:03 UTC 2015
pkgbase = python-pyinsane
pkgdesc = Python implementation of the Sane API (using ctypes) and abstration layer
- pkgver = 1.3.6
+ pkgver = 1.3.8
pkgrel = 1
url = https://github.com/jflesch/pyinsane
arch = any
@@ -10,8 +12,8 @@ pkgbase = python-pyinsane
depends = libksane
provides = python-pyinsane
conflicts = python-pyinsane
- source = https://github.com/jflesch/pyinsane/archive/v1.3.6.zip
- md5sums = a532a050638b2bef762a741ff91904e0
+ source = https://github.com/jflesch/pyinsane/archive/v1.3.8.zip
+ md5sums = ac7a0b2ebc14800dc82a88bc35314069
pkgname = python-pyinsane
diff --git a/PKGBUILD b/PKGBUILD
index 44d7048ae8f7..18b949ef851c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Francois Boulogne <fboulogne@april.org>
pkgname=python-pyinsane
-pkgver=1.3.6
+pkgver=1.3.8
pkgrel=1
pkgdesc='Python implementation of the Sane API (using ctypes) and abstration layer'
arch=('any')
url='https://github.com/jflesch/pyinsane'
license=('GPL3')
depends=('libksane')
+optdepends=('python-pillow')
provides=('python-pyinsane')
conflicts=('python-pyinsane')
makedepends=('python' 'python-setuptools')
@@ -24,4 +25,4 @@ package() {
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
# vim:ts=2:sw=2:et:
-md5sums=('a532a050638b2bef762a741ff91904e0')
+md5sums=('ac7a0b2ebc14800dc82a88bc35314069')