summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManjaro Build Server2023-04-01 17:23:20 -0600
committerManjaro Build Server2023-04-01 17:23:20 -0600
commit82f81cd6ada5b21a519929f3d3e2ad0b59ddf0dd (patch)
treefe304ad6c8e493356f622a32767058b5cb3f7079 /PKGBUILD
parent34a86cc1227c520b4adcaee1bdff8c56a9e27658 (diff)
downloadaur-82f81cd6ada5b21a519929f3d3e2ad0b59ddf0dd.tar.gz
3.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0432a94a99e8..d2bfe3123f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=downzemall
-pkgver=3.0.2
+pkgver=3.0.3
pkgrel=1
pkgdesc="A mass download manager that helps you to select, organize, prioritize and run your downloads in parallel."
arch=('x86_64')
@@ -12,7 +12,7 @@ optdepends=('libnotify: desktop notifications'
'libappindicator-gtk3: tray icon')
source=("$pkgname-$pkgver.tar.gz::https://github.com/setvisible/DownZemAll/archive/v$pkgver.tar.gz"
"$pkgname.desktop")
-sha256sums=('459098ea3107e22fc26ecdda2dc42753f868cf4404d61da885b385ceaeb6a013'
+sha256sums=('f9b1ad2d2a43c0e39606085b35d8eeb2fc147afd32cef2d34eb1fc119bcb6a98'
'3cb8f2eefbd9f04dd4b3a706058d8ab82c42514db81fbfbdf213fc833ca01eff')
prepare() {
@@ -42,7 +42,7 @@ package() {
cd "DownZemAll-$pkgver"
install -Dm755 ../build/src/DownZemAll -t "$pkgdir/opt/$pkgname/"
install -Dm755 ../build/web-extension/launcher/launcher -t "$pkgdir/opt/$pkgname/"
- install -Dm644 src/locale/*.qm -t "$pkgdir/opt/$pkgname/locale/"
+ install -Dm644 src/locale/*.ts -t "$pkgdir/opt/$pkgname/locale/"
install -Dm644 web-extension/launcher/unix/launcher-manifest-chrome.json \
"$pkgdir/etc/chromium/native-messaging-hosts/com.setvisible.downrightnow.json"