summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrys2016-01-04 02:38:04 +0100
committerchrys2016-01-04 02:38:04 +0100
commit57b4cd673a9742c38b1d52691c39e22242f61f06 (patch)
treeeafb0275b26b7f579e40543b301eb1474e2ea727
parente0efd1c2f7a6246286a0b6ad53ac5c2bf197d915 (diff)
downloadaur-57b4cd673a9742c38b1d52691c39e22242f61f06.tar.gz
reverst version - server 404, first fix the source
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f184fd84b12..519b1aa3a937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
# Maintainer: Chrys <mail@chrys.de>
pkgname=ocrdesktop
pkgver=0.9.98
-pkgrel=2
+pkgrel=1
pkgdesc="OCR the current window or desktop and make it browsable for the user"
arch=('any')
url="http://www.crivatec.de"
license=('GPL')
-groups=()
depends=('libwnck3' 'python-atspi' 'python-pillow' 'python-tesserwrap' 'tesseract-data-eng')
source=("http://crivatec.de/page/uploads/Downloads/Accessible%20Tools/$pkgname-$pkgver.tar.xz")
install='ocrdesktop.install'