summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e3fbb483f21..b02009e73042 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.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/allddd/autolibheif
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = autolibheif
makedepends = python-setuptools
depends = libheif
depends = python
- source = https://github.com/allddd/autolibheif/archive/refs/tags/v1.0.0.tar.gz
- sha256sums = 297e9f5292ef609e63c470e2effb0c7aa45b4ebf6dbf0c78d98fd1f671be4392
+ source = https://github.com/allddd/autolibheif/archive/refs/tags/v1.0.1.tar.gz
+ sha256sums = 3015cc10343bdbd8ac7e994d74103d7266462a2b55ad29585de5c0d502de62a1
pkgname = autolibheif
diff --git a/PKGBUILD b/PKGBUILD
index e70e35d33ef3..15ea26858bd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alld Ovina <allddd (at) proton (dot) me>
pkgname=autolibheif
-pkgver=1.0.0
+pkgver=1.0.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')
makedepends=('python-setuptools')
optdepends=()
source=(${url}/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('297e9f5292ef609e63c470e2effb0c7aa45b4ebf6dbf0c78d98fd1f671be4392')
+sha256sums=('3015cc10343bdbd8ac7e994d74103d7266462a2b55ad29585de5c0d502de62a1')
package() {
cd "$pkgname-$pkgver"