summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2022-11-28 14:05:32 -0500
committerAlex Hirzel2022-11-28 14:05:32 -0500
commit9eb7ffe48590897eedb6eb41f685701a1e9c4ae9 (patch)
treec63cf5193153a0df530f2a92c8bd8ed4b92a7887
parent1c105628a4e3f1c9b4088b8210ac99dbbf6e9d56 (diff)
downloadaur-9eb7ffe48590897eedb6eb41f685701a1e9c4ae9.tar.gz
update to version 1.24, address namcap warnings
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ebfc53ef0de..1cad4790f70d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = tev
pkgdesc = High dynamic range (HDR) image comparison tool for graphics people. Supports primarily OpenEXR files.
- pkgver = v1.23
+ pkgver = v1.24
pkgrel = 1
url = https://github.com/Tom94/tev
arch = i686
arch = x86_64
- license = BSD-3-Clause
+ license = BSD
makedepends = cmake
makedepends = git
- depends = zenity
- depends = mesa
- depends = zlib
+ depends = libpng
+ depends = hicolor-icon-theme
+ depends = libglvnd
provides = tev
conflicts = tev
- source = tev::git+https://github.com/Tom94/tev.git#tag=v1.23
+ source = tev::git+https://github.com/Tom94/tev.git#tag=v1.24
md5sums = SKIP
pkgname = tev
diff --git a/PKGBUILD b/PKGBUILD
index 954638d70b46..b47528b72bde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Kevin Masson <hi@oktomus.com>
_pkgname=tev
pkgname=${_pkgname}
-pkgver=v1.23
+pkgver=v1.24
pkgrel=1
epoch=
pkgdesc="High dynamic range (HDR) image comparison tool for graphics people. Supports primarily OpenEXR files."
arch=("i686" "x86_64")
url="https://github.com/Tom94/tev"
-license=('BSD-3-Clause')
-depends=("zenity" "mesa" "zlib")
+license=('BSD')
+depends=("libpng" "hicolor-icon-theme" "libglvnd")
makedepends=("cmake" "git")
provides=("tev")
conflicts=("tev")