summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbegin-theadventure2024-02-13 20:57:11 +0100
committerbegin-theadventure2024-02-13 20:57:11 +0100
commit806201b55477c7222fd089595ec4352e6277b5c1 (patch)
tree846f00b19f2b855484d1d69569e839b0c2ff4c31 /PKGBUILD
parent63357d56bb33167e637415d0d126389e25f730dc (diff)
downloadaur-tacentview-bin.tar.gz
Update pkgdesc (from Snapcraft) & clean up
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
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() {