mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
chore: bump version to 0.1.2
- Update pkgver to 0.1.2 - Update SHA256 checksum for new release archive - Add text correction feature with optional symspellpy
This commit is contained in:
parent
68483f69d0
commit
47775f296e
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = sniptext
|
||||
pkgdesc = Screen capture OCR tool with adaptive ensemble recognition
|
||||
pkgver = 0.1.1
|
||||
pkgver = 0.1.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/dkorbelainen/sniptext
|
||||
install = sniptext.install
|
||||
|
|
@ -33,7 +33,7 @@ pkgbase = sniptext
|
|||
optdepends = scrot: X11 screenshot tool
|
||||
optdepends = xclip: X11 clipboard support
|
||||
optdepends = imagemagick: X11 screenshot tool (import command)
|
||||
source = sniptext-0.1.1.tar.gz::https://github.com/dkorbelainen/sniptext/archive/v0.1.1.tar.gz
|
||||
sha256sums = c40385dbc536be6d3b1921c76adca872c9ddcdf2212f2dba58e4728b27e72e48
|
||||
source = sniptext-0.1.2.tar.gz::https://github.com/dkorbelainen/sniptext/archive/v0.1.2.tar.gz
|
||||
sha256sums = 5cd0fe35e186405e24aad46d9ba33c7783b222d4f83b1a6400f2a36e057d66d9
|
||||
|
||||
pkgname = sniptext
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Daniel Korbelainen <officialpand@gmail.com>
|
||||
pkgname=sniptext
|
||||
pkgver=0.1.1
|
||||
pkgver=0.1.2
|
||||
pkgrel=1
|
||||
pkgdesc="Screen capture OCR tool with adaptive ensemble recognition"
|
||||
arch=('any')
|
||||
|
|
@ -38,7 +38,7 @@ optdepends=(
|
|||
# Note: For enhanced spell correction, install: pip install --user symspellpy
|
||||
makedepends=('python-build' 'python-installer' 'python-wheel')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('c40385dbc536be6d3b1921c76adca872c9ddcdf2212f2dba58e4728b27e72e48')
|
||||
sha256sums=('5cd0fe35e186405e24aad46d9ba33c7783b222d4f83b1a6400f2a36e057d66d9')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue