summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-05-04 12:40:21 -0600
committerMark Wagie2024-05-04 12:40:21 -0600
commit5ecded685513e601f996059d66decfe259b001d2 (patch)
tree736a6bdcb3e98306e06f45c22039d3b1c72d5611 /PKGBUILD
parent482746fd1e0bc512ed685048dad7a780aa406e56 (diff)
downloadaur-arrowdl.tar.gz
correct icon installation path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42f4cf161824..1248ac6666a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=arrowdl
pkgver=4.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A mass download manager that helps you to select, organize, prioritize and run your downloads in parallel."
arch=('x86_64')
url="https://www.arrow-dl.com/ArrowDL"
@@ -61,7 +61,7 @@ package() {
"$pkgdir/usr/share/icons/hicolor/scalable/apps/"
for i in 16 24 32 48 64 128 256 512 1024; do
install -Dm644 "src/resources/logo/icon${i}.png" \
- "$pkgdir/$usr/share/icons/hicolor/${i}x${i}/apps/ArrowDL.png"
+ "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/ArrowDL.png"
done
install -d "$pkgdir/usr/bin"