summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraalldd2023-02-09 19:55:46 +0100
committeraalldd2023-02-09 19:55:46 +0100
commit5b0032e378ad0d728aeef75ac2d43b173b3b8470 (patch)
treeb2500714555192bd55983f2726c1597bc11a0322
parentf858c6154e903769c9507563b9700b5192592d13 (diff)
downloadaur-5b0032e378ad0d728aeef75ac2d43b173b3b8470.tar.gz
1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7b760266bfc..5debd71e6cbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = autolibheif
pkgdesc = CLI utility for encoding and decoding the HEIF/HEIC file format
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/allddd/autolibheif
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = autolibheif
depends = python>=3.6.0
depends = libpng
depends = libjpeg-turbo
- source = https://github.com/allddd/autolibheif/archive/refs/tags/v1.1.0.tar.gz
- sha256sums = 4b4d96718565179d55ef469b02bffca736a3cbefd5223cb3b2a86e90d68e3bf9
+ source = https://github.com/allddd/autolibheif/archive/refs/tags/v1.1.1.tar.gz
+ sha256sums = 3fa8e19416bccdca357a047598e5887ec624b8b31125322cf1396bc496e938df
pkgname = autolibheif
diff --git a/PKGBUILD b/PKGBUILD
index fcb6c8f16e23..ab1451655e26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alld Ovina <allddd (at) proton (dot) me>
pkgname=autolibheif
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="CLI utility for encoding and decoding the HEIF/HEIC file format"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('libheif' 'python>=3.6.0' 'libpng' 'libjpeg-turbo')
makedepends=('python-setuptools')
optdepends=()
source=(${url}/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('4b4d96718565179d55ef469b02bffca736a3cbefd5223cb3b2a86e90d68e3bf9')
+sha256sums=('3fa8e19416bccdca357a047598e5887ec624b8b31125322cf1396bc496e938df')
package() {
cd "$pkgname-$pkgver"