summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsacx2021-07-16 15:19:27 -0300
committerIsacx2021-07-16 15:19:27 -0300
commit400e5807ace4b735304ba25e6b0febc11a5e5fcd (patch)
tree19453fa62db76b9bc7733fb9d0df23ed1b36ae5d
parentb73dbaa4cdced2e58308c0d9199e149d306a41f0 (diff)
downloadaur-400e5807ace4b735304ba25e6b0febc11a5e5fcd.tar.gz
fix group, remove 'provides'
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3653a5c5c993..b00958729f4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = deepin-ocr
- pkgdesc = Deepin OCR Reader
+ pkgdesc = Deepin OCR Tool
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/linuxdeepin/deepin-ocr
arch = x86_64
- groups = deepin-extras
+ groups = deepin-extra
license = GPL3
makedepends = qt5-tools
makedepends = gcc-libs
@@ -53,7 +53,6 @@ pkgbase = deepin-ocr
depends = xsel
depends = python-xmltodict
depends = python-xcffib
- provides = deepin-ocr
source = deepin-ocr-1.0.0.tar.xz::http://dropbox.com/s/sodgwycn3sbbun1/deepin-ocr_1.0.0_src.tar.xz?dl=1
sha256sums = 4923d0db3d24deda904543b3ac74d2360f3ad58013cfc121fb4bf0108c6edd98
diff --git a/PKGBUILD b/PKGBUILD
index c4f56c690fa5..9a765295a01d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=deepin-ocr
pkgver=1.0.0
pkgrel=1
-pkgdesc='Deepin OCR Reader'
+pkgdesc='Deepin OCR Tool'
arch=('x86_64')
url="https://github.com/linuxdeepin/deepin-ocr"
-provides=('deepin-ocr')
+#provides=('deepin-ocr')
license=('GPL3')
depends=('glibc' 'dtkcore' 'dtkgui' 'dtkwidget' 'libexif' 'freeimage'
'gio-qt' 'libglvnd' 'glib2' 'glibmm' 'lcms2' 'libpulse' 'qt5-base' 'qt5-multimedia' 'qt5-svg'
@@ -16,7 +16,7 @@ depends=('glibc' 'dtkcore' 'dtkgui' 'dtkwidget' 'libexif' 'freeimage'
'python-xcffib')
makedepends=('qt5-tools' 'gcc-libs' 'fontconfig' 'freeimage' 'freetype2' 'mtdev' 'sqlite' 'systemd-libs' 'xcb-util' 'libxrender' 'pkgconfig' 'xorgproto')
#optdepends=()
-groups=('deepin-extras')
+groups=('deepin-extra')
source=("$pkgname-$pkgver.tar.xz::http://dropbox.com/s/sodgwycn3sbbun1/deepin-ocr_${pkgver}_src.tar.xz?dl=1")
sha256sums=('4923d0db3d24deda904543b3ac74d2360f3ad58013cfc121fb4bf0108c6edd98')