summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrys2017-08-25 16:04:49 +0200
committerchrys2017-08-25 16:04:49 +0200
commit35d2f82ab8eb93eb28acab776a6109b1c7b1bd19 (patch)
tree48c8cb3e27a0e1f9409a873c5dde7e07e77fbfa6
parentaeeac083c011f0a1f3b4ac0c117f86dbb2d59d78 (diff)
downloadaur-35d2f82ab8eb93eb28acab776a6109b1c7b1bd19.tar.gz
release 1.01
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be50a851ea83..39b70f979443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Aug 25 14:03:25 UTC 2017
+# Fri Aug 25 14:04:46 UTC 2017
pkgbase = ocrdesktop
pkgdesc = OCR the current window or desktop and make it browsable for the user
pkgver = 1.01
@@ -15,7 +15,7 @@ pkgbase = ocrdesktop
depends = tesseract-data-eng
provides = ocrdesktop
conflicts = ocrdesktop-git
- source = https://github.com/chrys87/ocrdesktop/archive/1.01.tar.xz
+ source = https://github.com/chrys87/ocrdesktop/archive/1.01.tar.gz
md5sums = c48f6005b89b7d8be6265164fd434f5b
pkgname = ocrdesktop
diff --git a/PKGBUILD b/PKGBUILD
index 681a2f5ca749..715f76cb8fee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="http://www.crivatec.de"
license=('GPL3')
depends=('libwnck3' 'python-atspi' 'python-pillow' 'python-tesserwrap' 'tesseract-data-eng')
-source=("https://github.com/chrys87/ocrdesktop/archive/$pkgver.tar.xz")
+source=("https://github.com/chrys87/ocrdesktop/archive/$pkgver.tar.gz")
install='ocrdesktop.install'
provides=('ocrdesktop')
conflicts=('ocrdesktop-git')