summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e269eda7c1c0..c80dd85687b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = fido
pkgdesc = Command-line tool to identify the file formats of digital objects.
pkgver = 1.3.5_88
- pkgrel = 1
+ pkgrel = 2
url = http://openpreservation.org/technology/products/fido/
arch = any
license = Apache
depends = python2>=2.6
- depends = python2-six>=1.10.0
- depends = python2-six<=1.10.0
+ depends = python2-six=1.10.0
depends = python2-olefile>=0.4
depends = python2-olefile<1
provides = fido
diff --git a/PKGBUILD b/PKGBUILD
index 30dfb9455756..19cc0f3a97be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Holly Becker <becker.holly@gmail.com>
pkgname=fido
pkgver=1.3.5_88
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line tool to identify the file formats of digital objects."
arch=('any')
url="http://openpreservation.org/technology/products/fido/"
license=('Apache')
depends=(
'python2>=2.6'
- 'python2-six>=1.10.0'
- 'python2-six<=1.10.0'
+ 'python2-six=1.10.0'
'python2-olefile>=0.4'
'python2-olefile<1')
provides=('fido')