summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraalldd2023-02-09 19:55:46 +0100
committeraalldd2023-02-09 19:55:46 +0100
commit5b0032e378ad0d728aeef75ac2d43b173b3b8470 (patch)
treeb2500714555192bd55983f2726c1597bc11a0322 /PKGBUILD
parentf858c6154e903769c9507563b9700b5192592d13 (diff)
downloadaur-5b0032e378ad0d728aeef75ac2d43b173b3b8470.tar.gz
1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"