summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorallddd2022-12-08 21:23:54 +0100
committerallddd2022-12-08 21:23:54 +0100
commitc49e24e2ce64860d39f2b3020c0851bbd4c189b6 (patch)
tree329e32bfaad3270195382655114cb00d97c1f61b /PKGBUILD
parentb68ce515488edff17002575864b8f364292e6573 (diff)
downloadaur-c49e24e2ce64860d39f2b3020c0851bbd4c189b6.tar.gz
1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"