summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3336559029f..8c3528c43abf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,8 +13,6 @@ pkgbase = ocrdesktop
depends = python-scipy
depends = python-pytesseract
depends = tesseract-data-eng
- provides = ocrdesktop
- conflicts = ocrdesktop-git
source = https://github.com/chrys87/ocrdesktop/archive/refs/tags/v3.0.tar.gz
md5sums = 52bb16d1b65c8a84e6728e4aa3187be4
diff --git a/PKGBUILD b/PKGBUILD
index 1dc540e3452f..3a38dbc7e944 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,6 @@ license=('GPL3')
depends=('libwnck3' 'python-atspi' 'python-pillow' 'python-webcolors' 'python-scipy' 'python-pytesseract' 'tesseract-data-eng')
source=("https://github.com/chrys87/ocrdesktop/archive/refs/tags/v$pkgver.tar.gz")
install='ocrdesktop.install'
-provides=('ocrdesktop')
-conflicts=('ocrdesktop-git')
md5sums=("52bb16d1b65c8a84e6728e4aa3187be4")
package() {