summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrys2016-01-04 02:50:46 +0100
committerchrys2016-01-04 02:50:46 +0100
commit5d718063e51a7cf599f0e7c7dca6e45d1af5addf (patch)
treec59f34f0b60f1216dc318570224f992c228e0710
parent7d9bf1634d57cd1dda1022894f39597a86ba83ae (diff)
downloadaur-5d718063e51a7cf599f0e7c7dca6e45d1af5addf.tar.gz
correct source
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71b7d7bfd707..9462702c2dfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="http://www.crivatec.de"
license=('GPL')
depends=('libwnck3' 'python-atspi' 'python-pillow' 'python-tesserwrap' 'tesseract-data-eng')
-source=("https://github.com/chrys87/ocrdesktop.git")
+source=("git+https://github.com/chrys87/ocrdesktop.git")
install='ocrdesktop.install'
provides=('ocrdesktop')
conflicts=('ocrdesktop')