mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
chore: bump version to 0.1.1
- Update pkgver from 0.1.0 to 0.1.1 - Reset pkgrel to 1 - Update SHA256 checksum for new release archive
This commit is contained in:
parent
1ce31dc51d
commit
ebadc5c299
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Daniel Korbelainen <officialpand@gmail.com>
|
||||
pkgname=sniptext
|
||||
pkgver=0.1.0
|
||||
pkgrel=6
|
||||
pkgver=0.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Screen capture OCR tool with adaptive ensemble recognition"
|
||||
arch=('any')
|
||||
url="https://github.com/dkorbelainen/sniptext"
|
||||
|
|
@ -37,7 +37,7 @@ optdepends=(
|
|||
)
|
||||
makedepends=('python-build' 'python-installer' 'python-wheel')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('f1fab596e2c95f10ada2bf79733316f1001b2fa3876b432c25a133f777d2d427')
|
||||
sha256sums=('c40385dbc536be6d3b1921c76adca872c9ddcdf2212f2dba58e4728b27e72e48')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue