summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraalldd2023-01-15 00:00:37 +0100
committeraalldd2023-01-15 00:00:37 +0100
commitf858c6154e903769c9507563b9700b5192592d13 (patch)
tree28605b1c16718228d861e4997b06ddd3f4060463 /PKGBUILD
parent387bb8dcbc29c7aa5462c35070fc480dd624e2d5 (diff)
downloadaur-f858c6154e903769c9507563b9700b5192592d13.tar.gz
1.1.0 ; added new and edited existing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66a4bc54e817..fcb6c8f16e23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Alld Ovina <allddd (at) proton (dot) me>
pkgname=autolibheif
-pkgver=1.0.2
+pkgver=1.1.0
pkgrel=1
pkgdesc="CLI utility for encoding and decoding the HEIF/HEIC file format"
arch=('x86_64')
url="https://github.com/allddd/autolibheif"
license=('MIT')
-depends=('libheif' 'python')
+depends=('libheif' 'python>=3.6.0' 'libpng' 'libjpeg-turbo')
makedepends=('python-setuptools')
optdepends=()
source=(${url}/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('5d58f5fe6a6e85429a1ccbf73fe4ef68e5c7cab81b39cfd157dcc2379f4edcc5')
+sha256sums=('4b4d96718565179d55ef469b02bffca736a3cbefd5223cb3b2a86e90d68e3bf9')
package() {
cd "$pkgname-$pkgver"