summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00d8f31f07b3..28aedb9861b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tacentview-bin
- pkgdesc = An image and texture viewer for tga, png, apng, exr, dds, ktx, ktx2, astc, pkm, qoi, gif, hdr, jpg, tif, ico, webp, and bmp files. Uses Dear ImGui, OpenGL and Tacent (binary release)
+ pkgdesc = Image viewer/editor for tga, png, apng, exr, dds, pvr, ktx, ktx2, astc, pkm, qoi, gif, hdr, jpg, tif, ico, webp, and bmp files (binary release)
pkgver = 1.0.43
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/bluescan/tacentview
arch = x86_64
license = ISC
- depends = libx11
depends = hicolor-icon-theme
+ depends = libx11
depends = libxcb
provides = tacentview
conflicts = tacentview
diff --git a/PKGBUILD b/PKGBUILD
index 4d9a6a617078..19cd4e22fba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=tacentview-bin
pkgver=1.0.43
_pkgver=1.0-43
-pkgrel=2
-pkgdesc="An image and texture viewer for tga, png, apng, exr, dds, ktx, ktx2, astc, pkm, qoi, gif, hdr, jpg, tif, ico, webp, and bmp files. Uses Dear ImGui, OpenGL and Tacent (binary release)"
+pkgrel=3
+pkgdesc="Image viewer/editor for tga, png, apng, exr, dds, pvr, ktx, ktx2, astc, pkm, qoi, gif, hdr, jpg, tif, ico, webp, and bmp files (binary release)"
url="https://github.com/bluescan/tacentview"
license=('ISC')
arch=('x86_64')
-depends=('libx11' 'hicolor-icon-theme' 'libxcb')
+depends=('hicolor-icon-theme' 'libx11' 'libxcb')
provides=("tacentview")
conflicts=("tacentview")
source=("$url/releases/download/v$pkgver/tacentview_$_pkgver.deb"
@@ -18,8 +18,7 @@ sha256sums=('0974df7bae147a732c5bf8b1c0d9bbefe259bbac6d9b76ad5c72956ea090fc87'
prepare() {
tar --use-compress-program=unzstd -xf data.tar.zst
- cd usr
- rm bin/.gitignore share/tacentview/Data/.gitignore
+ rm usr/bin/.gitignore usr/share/tacentview/Data/.gitignore
}
package() {