summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrys2022-01-12 18:48:23 +0100
committerChrys2022-01-12 18:48:23 +0100
commitf4e6ddfefddc9759435a5e26c4cd6c4310c3620e (patch)
tree431e15db261faf27b7260f0116ea59c79c39f379
parent85ffd020c902c06936127d7574e5a14cf8070244 (diff)
downloadaur-ocrdesktop.tar.gz
remove conflicts and provides
-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() {