summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2016-02-16 18:48:25 +0100
committerFabien Dubosson2016-02-16 18:48:25 +0100
commitaa12e0d227779b852f3869cca6e1fc2f87f33599 (patch)
treedee01be29972bb27d8820112c0ce1bb9e10d72f8
parent3ab4347810b0059014aca33f52fc01959c9f6dac (diff)
downloadaur-aa12e0d227779b852f3869cca6e1fc2f87f33599.tar.gz
New upstream release
-rw-r--r--.SRCINFO9
-rw-r--r--ChangeLog7
-rw-r--r--PKGBUILD9
3 files changed, 16 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c0cb85bb5bc..ceb6d159402c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 23 21:14:39 UTC 2015
+# Tue Feb 16 17:47:22 UTC 2016
pkgbase = paperwork
pkgdesc = A tool to make papers searchable - scan & forget
- pkgver = 0.2.5
+ pkgver = 0.3.0.1
pkgrel = 1
url = https://github.com/jflesch/paperwork
install = paperwork.install
@@ -27,9 +27,10 @@ pkgbase = paperwork
depends = python2-gobject
depends = python2-nltk
depends = python2-termcolor
+ depends = python2-simplebayes
depends = glade
- source = https://github.com/jflesch/paperwork/archive/0.2.5.zip
- md5sums = 1750e51b081b425218d1a87eb14a0dc0
+ source = https://github.com/jflesch/paperwork/archive/0.3.0.1.zip
+ md5sums = de4953d721f7c7ab9bc55f5226cedb5b
pkgname = paperwork
diff --git a/ChangeLog b/ChangeLog
index 7ac897a101bc..7120d03d161b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
+2016-02-16 Fabien Dubosson <fabien.dubosson@gmail.com>
+
+ * 0.3.0.1-1
+ New upstream release
+
2015-12-23 Fabien Dubosson <fabien.dubosson@gmail.com>
- * v0.2.5-1
+ * 0.2.5-1
Package migrated to AUR4
diff --git a/PKGBUILD b/PKGBUILD
index 4d69d1165eb6..70cc40469d21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne@april.org>
pkgname=paperwork
-pkgver=0.2.5
+pkgver=0.3.0.1
pkgrel=1
pkgdesc='A tool to make papers searchable - scan & forget'
arch=('any')
@@ -11,12 +11,13 @@ license=('GPL3')
depends=('pygobject2-devel' 'pygtk' 'python2-pycountry'
'python2-poppler' 'python2-pyinsane-git' 'python2-pyocr'
'python2-levenshtein' 'python2-whoosh' 'python2-pyenchant'
- 'python2-joblib' 'python2-numpy' 'python2-scipy' 'python2-scikit-learn' 'python2-scikit-image'
- 'python2-gobject' 'python2-nltk' 'python2-termcolor' 'glade')
+ 'python2-joblib' 'python2-numpy' 'python2-scipy' 'python2-scikit-learn'
+ 'python2-scikit-image' 'python2-gobject' 'python2-nltk'
+ 'python2-termcolor' 'python2-simplebayes' 'glade')
makedepends=('python2' 'python2-setuptools')
optdeps=('cuneiform: alternativer OCR')
source=("https://github.com/jflesch/paperwork/archive/${pkgver}.zip")
-md5sums=('1750e51b081b425218d1a87eb14a0dc0')
+md5sums=('de4953d721f7c7ab9bc55f5226cedb5b')
install=paperwork.install
build() {