summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-15 15:07:54 +0200
committerGoliathLabs2020-05-15 15:07:54 +0200
commitf20a8b42d7680323688eb03e16edd6dac9b36baa (patch)
treee06656cef0c0ba8377a8ad921e8bd614bdcf7eb2
parent4df333fbaeb383f3c0255bd3a0aafd510cb8fcd0 (diff)
downloadaur-f20a8b42d7680323688eb03e16edd6dac9b36baa.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f6fbfd0206c..608e82c06bce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = qt-heif-image-plugin
pkgdesc = Enables HEIF support in Qt applications
pkgver = 0.3.3.r4.671166e
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jakar/qt-heif-image-plugin
arch = x86_64
license = LGPL
makedepends = qt5-base
depends = libheif
+ provides = qt5-heif
+ conflicts = qt5-heif
source = git+https://github.com/jakar/qt-heif-image-plugin.git
source = imagethumbnail-heif.desktop
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b5a950980edf..b1210511340c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,15 @@
pkgname=('qt5-heif-git')
pkgbase=qt-heif-image-plugin
pkgver=0.3.3.r4.671166e
-pkgrel=2
+pkgrel=3
pkgdesc="Enables HEIF support in Qt applications"
arch=('x86_64')
url="https://github.com/jakar/qt-heif-image-plugin"
license=('LGPL')
depends=('libheif')
makedepends=('qt5-base')
+provides=('qt5-heif')
+conflicts=('qt5-heif')
source=('git+https://github.com/jakar/qt-heif-image-plugin.git' 'imagethumbnail-heif.desktop')
sha256sums=('SKIP'
'e2810903300af8ff1689112faf6aa062c6112f387b0a643bf35082cd5ab8d14c')