summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabien Dubosson2016-11-10 16:56:46 +0100
committerFabien Dubosson2016-11-10 16:56:46 +0100
commit0e1ed66ea578388fff109e538b8ac682aaca19af (patch)
tree1e09488356a2f9aa849c4c56ad7cbffd30c3fd6c /PKGBUILD
parentcfce3a65d6244679e11eaedf2da07fdcf56eab36 (diff)
downloadaur-0e1ed66ea578388fff109e538b8ac682aaca19af.tar.gz
New upstream release 1.0.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 841138aea9ed..303c2a2d838b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne@april.org>
pkgname=paperwork
-pkgver=1.0
+pkgver=1.0.1
pkgrel=1
pkgdesc='A tool to make papers searchable - scan & forget'
arch=('any')
@@ -19,8 +19,8 @@ makedepends=('python' 'python-setuptools' 'git')
optdeps=('cuneiform: alternativer OCR')
source=("paperwork-gui.tgz::https://github.com/jflesch/paperwork/archive/${pkgver}.tar.gz"
"paperwork-backend.tgz::https://github.com/jflesch/paperwork-backend/archive/${pkgver}.tar.gz")
-md5sums=('7df3e8be0c7dd96196d6ab3ecc21726a'
- '3911c9bc34803a326ad433885d4ce1ac')
+md5sums=('fd8228928397af56577aa5c5bd93e518'
+ '96f481afad471e2571e8d10b1d793ee5')
install=paperwork.install
build() {