[arch-commits] Commit in libheif/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 2 18:30:34 UTC 2022


    Date: Friday, September 2, 2022 @ 18:30:33
  Author: arojas
Revision: 454916

upgpkg: libheif 1.13.0-1: Update to 1.13.0

Modified:
  libheif/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 18:28:14 UTC (rev 454915)
+++ PKGBUILD	2022-09-02 18:30:33 UTC (rev 454916)
@@ -1,23 +1,21 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Christian Hesse <mail at eworm.de>
 # Contributor: Adam Fontenot <fontenot at ucla.edu>
 
 pkgname=libheif
-pkgver=1.12.0
-pkgrel=3
+pkgver=1.13.0
+pkgrel=1
 pkgdesc='HEIF file format decoder and encoder'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/strukturag/libheif'
-license=('GPL3')
-makedepends=('libjpeg' 'libpng' 'gdk-pixbuf2')
-depends=('libde265' 'x265' 'aom')
-optdepends=('libjpeg: for heif-convert and heif-enc'
-            'libpng: for heif-convert and heif-enc')
-source=("https://github.com/strukturag/libheif/releases/download/v${pkgver}/libheif-${pkgver}.tar.gz")
-sha256sums=('e1ac2abb354fdc8ccdca71363ebad7503ad731c84022cf460837f0839e171718')
+license=(GPL3)
+makedepends=(libjpeg libpng gdk-pixbuf2)
+depends=(libde265 x265 aom)
+optdepends=('libjpeg: for heif-convert and heif-enc' 'libpng: for heif-convert and heif-enc')
+source=(https://github.com/strukturag/libheif/releases/download/v$pkgver/libheif-$pkgver.tar.gz)
+sha256sums=('c20ae01bace39e89298f6352f1ff4a54b415b33b9743902da798e8a1e51d7ca1')
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   ./configure \
     --prefix=/usr \
     --enable-static=no
@@ -25,6 +23,6 @@
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list