summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcouney2021-02-27 02:28:32 +0100
committerMarcouney2021-02-27 02:28:32 +0100
commitbee2a9d9f523c4947e602e8eb48e398ef7a6df5b (patch)
tree624b80356987366d9623d5ba34c85b99b2c1070a
parent004088a9a9bed5310405c0dab14ff0b544393ded (diff)
downloadaur-bee2a9d9f523c4947e602e8eb48e398ef7a6df5b.tar.gz
Update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3c36abac7ef..f03da566bf01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = qt-avif-image-plugin-git
pkgdesc = Qt plug-in to allow Qt and KDE based applications to read/write AVIF images
- pkgver = r81.cc58582
+ pkgver = r83.77c1a38
pkgrel = 1
url = https://github.com/novomesk/qt-avif-image-plugin
arch = x86_64
license = BSD
makedepends = git
+ makedepends = make
depends = qt5-base
depends = libavif
source = git+https://github.com/novomesk/qt-avif-image-plugin.git
diff --git a/PKGBUILD b/PKGBUILD
index 4873e8b76f83..085710dad3a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: zan <zan at 420blaze dot it>
pkgname=qt-avif-image-plugin-git
-_pkgname=qt-avif-image-plugin
-pkgver=r81.cc58582
+_pkgname=${pkgname%-git}
+pkgver=r83.77c1a38
pkgrel=1
pkgdesc='Qt plug-in to allow Qt and KDE based applications to read/write AVIF images'
arch=('x86_64')
url="https://github.com/novomesk/$_pkgname"
license=('BSD')
depends=('qt5-base' 'libavif')
-makedepends=(git)
-source=("git+https://github.com/novomesk/$_pkgname.git")
+makedepends=('git' 'make')
+source=("git+$url.git")
sha256sums=('SKIP')
pkgver() {