summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-08-29 18:19:07 +0200
committerbegin-theadventure2023-08-29 18:19:07 +0200
commitcaad006e7188763c5f3089eba167ff3e1a33abe3 (patch)
treec4f74a8515be9ba86605b630710dc01e40561351
parent5bb474993e678910b4e2231f5c58112b79a15a11 (diff)
downloadaur-caad006e7188763c5f3089eba167ff3e1a33abe3.tar.gz
mv instead of cp
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d59864c2fe1..bc02c3a0c0fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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)
pkgver = 1.0.41
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bluescan/tacentview
arch = x86_64
license = ISC
diff --git a/PKGBUILD b/PKGBUILD
index e4070008319e..5c51bbaf9a8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=tacentview
pkgname=$_pkgname-bin
pkgver=1.0.41
_pkgver=1.0-41
-pkgrel=1
+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)"
arch=('x86_64')
url="https://github.com/bluescan/tacentview"
@@ -21,7 +21,7 @@ prepare() {
package() {
# Install
- cp -r usr "$pkgdir"
+ mv usr "$pkgdir"
# Delete unnecessary file
rm "$pkgdir/usr/bin/.gitignore"
}