summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-05-08 10:05:01 -0600
committerMark Wagie2023-05-08 10:05:01 -0600
commit70db3daff6bf800a531ada64d324eb555d114fb6 (patch)
tree0b16f5325dd65b39c7878b1976a24f95a72f5ae6 /PKGBUILD
parent82f81cd6ada5b21a519929f3d3e2ad0b59ddf0dd (diff)
downloadaur-70db3daff6bf800a531ada64d324eb555d114fb6.tar.gz
3.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2bfe3123f16..2b95f701b204 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=downzemall
-pkgver=3.0.3
+pkgver=3.0.4
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=('f9b1ad2d2a43c0e39606085b35d8eeb2fc147afd32cef2d34eb1fc119bcb6a98'
+sha256sums=('2164e6588bf9725f25572e403fed5b63676f5349c0e3461e152327bbf21e74e0'
'3cb8f2eefbd9f04dd4b3a706058d8ab82c42514db81fbfbdf213fc833ca01eff')
prepare() {
@@ -21,7 +21,8 @@ prepare() {
web-extension/launcher/unix/*.json
# Look for system shared object, not source archive
- sed -i 's/libtorrent-rasterbar.a/libtorrent-rasterbar.so/g' cmake/Modules/FindLibtorrentRasterbar.cmake
+ sed -i 's/libtorrent-rasterbar.a/libtorrent-rasterbar.so/g' \
+ cmake/Modules/FindLibtorrentRasterbar.cmake
}
build() {