summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2021-06-05 23:02:13 +0300
committerorhun2021-06-05 23:02:13 +0300
commitba69b8079bd72d907c6b137042a07e75726cab8a (patch)
tree30b4dc0c0d01de84942c066d04c9ede211004c23
parentad5eb21012848ead21039baa4325eed1c7c1777e (diff)
downloadaur-ba69b8079bd72d907c6b137042a07e75726cab8a.tar.gz
upgpkg: sic-image-cli 0.19.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68ef07f0d899..e3ba01529288 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sic-image-cli
pkgdesc = Accessible image processing and conversion from the terminal
- pkgver = 0.18.0
+ pkgver = 0.19.0
pkgrel = 1
url = https://github.com/foresterre/sic
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = sic-image-cli
makedepends = nasm
depends = gcc-libs
conflicts = sic
- source = sic-image-cli-0.18.0.tar.gz::https://github.com/foresterre/sic/archive/v0.18.0.tar.gz
- sha512sums = 5aa90b836b9547ab72667121716ae30d37f003e129dd8f5f9664d093966c6c779cf7a4bd372a896b53e8182c5f40f1f98bbe7f5353eceb6ddbcbde07d071bf8d
+ source = sic-image-cli-0.19.0.tar.gz::https://github.com/foresterre/sic/archive/v0.19.0.tar.gz
+ sha512sums = ed9a95532acfb08d0ed7ee9adb699a7aa8191d245f4b5592d03549b46931c300813e572955459ab61c75589c9659f70bd42a0aa9498e587f3bd1f92e01973e3a
pkgname = sic-image-cli
diff --git a/PKGBUILD b/PKGBUILD
index dbc5009f6c18..0bb5ccfd3f28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sic-image-cli
_pkgname=sic
-pkgver=0.18.0
+pkgver=0.19.0
pkgrel=1
pkgdesc="Accessible image processing and conversion from the terminal"
arch=('x86_64')
@@ -13,7 +13,7 @@ conflicts=("$_pkgname")
depends=('gcc-libs')
makedepends=('rust' 'nasm')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('5aa90b836b9547ab72667121716ae30d37f003e129dd8f5f9664d093966c6c779cf7a4bd372a896b53e8182c5f40f1f98bbe7f5353eceb6ddbcbde07d071bf8d')
+sha512sums=('ed9a95532acfb08d0ed7ee9adb699a7aa8191d245f4b5592d03549b46931c300813e572955459ab61c75589c9659f70bd42a0aa9498e587f3bd1f92e01973e3a')
build() {
cd "$_pkgname-$pkgver"