summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2023-11-27 16:12:00 -0300
committerFilipe Nascimento2023-11-27 16:12:00 -0300
commite875dd544512255088d661067423c33faafffca4 (patch)
treee9a7fe6ea1806d884368274360cee716bdd79307
parent1d799bd4a43b832440eeeab300a97d1423c586ab (diff)
downloadaur-e875dd544512255088d661067423c33faafffca4.tar.gz
upgpkg: emulsion 10.4.0-2
add libavif to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1121a500ea4..edc71aa16c34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emulsion
pkgdesc = A fast and minimalistic image viewer
pkgver = 10.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ArturKovacs/emulsion
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = emulsion
makedepends = cargo
depends = gcc-libs
depends = hicolor-icon-theme
+ depends = libavif
source = emulsion-10.4.0.tar.gz::https://github.com/ArturKovacs/emulsion/archive/v10.4.tar.gz
source = emulsion.desktop
sha256sums = 851c011d7d21c6d6aaec95b2de93fefa59100e7fcddb04622a7c70f6c0b0e071
diff --git a/PKGBUILD b/PKGBUILD
index 73e3ed4d3c0d..db22df71e30b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=emulsion
pkgver=10.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A fast and minimalistic image viewer"
arch=('i686' 'x86_64')
url="https://github.com/ArturKovacs/emulsion"
license=('MIT')
-depends=('gcc-libs' 'hicolor-icon-theme')
+depends=('gcc-libs' 'hicolor-icon-theme' 'libavif')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v${pkgver%.*}.tar.gz"
"emulsion.desktop")