summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Cheung2022-08-17 19:50:50 +0800
committerVincent Cheung2022-08-17 19:50:50 +0800
commit03fae6863ef10d79c29bd6ca7654a7b6c5cdf72a (patch)
tree220c1bafc5955b15d3a5ff42ddcb73eb9794bee5 /PKGBUILD
parent77e9cb790513218e52e1f8f01c0a2fb5683e3849 (diff)
downloadaur-03fae6863ef10d79c29bd6ca7654a7b6c5cdf72a.tar.gz
Update icon
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4712abc111cd..0e63af2d21d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=(
)
sha256sums=(
'SKIP'
- '730f1cdeb08dcd306fa52bc2b8a1128e96edfb6d1eb6902d03df2057b0067ab8'
+ 'ddf5e4a6833ef668e956dcf67fe5714b622f04ab42d93c61dfc8d62f5e97a599'
)
prepare() {
@@ -37,7 +37,7 @@ package() {
mkdir -p "$pkgdir"/usr/bin
ln -sf /opt/$pkgname/pdmaner "$pkgdir"/usr/bin/$pkgname
- cp "$srcdir/pdmaner/public/256x256.png" "$pkgdir/opt/${pkgname}/logo.png"
- install -Dm0644 $pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
+ install -Dm0644 $pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
+ install -Dm0644 $srcdir/pdmaner/public/256x256.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
}