mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update dependencies: add libnotify, scrot, imagemagick; remove pyperclip
This commit is contained in:
parent
cd906d86f1
commit
61432eee51
2 changed files with 12 additions and 6 deletions
9
.SRCINFO
9
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = sniptext
|
||||
pkgdesc = Screen capture OCR tool with adaptive ensemble recognition
|
||||
pkgver = 0.1.0
|
||||
pkgrel = 4
|
||||
pkgrel = 5
|
||||
url = https://github.com/dkorbelainen/sniptext
|
||||
arch = any
|
||||
license = MIT
|
||||
|
|
@ -12,13 +12,13 @@ pkgbase = sniptext
|
|||
depends = python-numpy
|
||||
depends = python-pillow
|
||||
depends = python-pynput
|
||||
depends = python-pyperclip
|
||||
depends = python-pyyaml
|
||||
depends = python-loguru
|
||||
depends = python-scikit-learn
|
||||
depends = python-pytesseract
|
||||
depends = tesseract
|
||||
depends = tesseract-data-eng
|
||||
depends = libnotify
|
||||
optdepends = tesseract-data-rus: Russian language support
|
||||
optdepends = tesseract-data-fra: French language support
|
||||
optdepends = tesseract-data-deu: German language support
|
||||
|
|
@ -27,10 +27,13 @@ pkgbase = sniptext
|
|||
optdepends = tesseract-data-chi_sim: Chinese Simplified language support
|
||||
optdepends = slurp: Wayland screen selection
|
||||
optdepends = grim: Wayland screenshot tool
|
||||
optdepends = grimshot: Wayland screenshot tool
|
||||
optdepends = wl-clipboard: Wayland clipboard support
|
||||
optdepends = maim: X11 screenshot tool
|
||||
optdepends = scrot: X11 screenshot tool
|
||||
optdepends = xclip: X11 clipboard support
|
||||
optdepends = imagemagick: X11 screenshot tool (import command)
|
||||
source = sniptext-0.1.0.tar.gz::https://github.com/dkorbelainen/sniptext/archive/v0.1.0.tar.gz
|
||||
sha256sums = 16f0727c7715ad10fd4678af65849ccb7729d87f1d3a756627b1c88329c865ee
|
||||
sha256sums = f1fab596e2c95f10ada2bf79733316f1001b2fa3876b432c25a133f777d2d427
|
||||
|
||||
pkgname = sniptext
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Daniel Korbelainen <officialpand@gmail.com>
|
||||
pkgname=sniptext
|
||||
pkgver=0.1.0
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Screen capture OCR tool with adaptive ensemble recognition"
|
||||
arch=('any')
|
||||
url="https://github.com/dkorbelainen/sniptext"
|
||||
|
|
@ -11,13 +11,13 @@ depends=(
|
|||
'python-numpy'
|
||||
'python-pillow'
|
||||
'python-pynput'
|
||||
'python-pyperclip'
|
||||
'python-pyyaml'
|
||||
'python-loguru'
|
||||
'python-scikit-learn'
|
||||
'python-pytesseract'
|
||||
'tesseract'
|
||||
'tesseract-data-eng'
|
||||
'libnotify'
|
||||
)
|
||||
optdepends=(
|
||||
'tesseract-data-rus: Russian language support'
|
||||
|
|
@ -28,13 +28,16 @@ optdepends=(
|
|||
'tesseract-data-chi_sim: Chinese Simplified language support'
|
||||
'slurp: Wayland screen selection'
|
||||
'grim: Wayland screenshot tool'
|
||||
'grimshot: Wayland screenshot tool'
|
||||
'wl-clipboard: Wayland clipboard support'
|
||||
'maim: X11 screenshot tool'
|
||||
'scrot: X11 screenshot tool'
|
||||
'xclip: X11 clipboard support'
|
||||
'imagemagick: X11 screenshot tool (import command)'
|
||||
)
|
||||
makedepends=('python-build' 'python-installer' 'python-wheel')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('16f0727c7715ad10fd4678af65849ccb7729d87f1d3a756627b1c88329c865ee')
|
||||
sha256sums=('f1fab596e2c95f10ada2bf79733316f1001b2fa3876b432c25a133f777d2d427')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue