summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f11c7b120cbc..92d12457408e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linuxdeployqt
pkgdesc = Makes Linux applications self-contained by copying in the libraries and plugins that the application uses
- pkgver = 20180317
+ pkgver = 20200825
pkgrel = 1
url = https://github.com/probonopd/linuxdeployqt
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 200a7b370869..f85754c65dbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Lau <lauseb644@gmail.com>
pkgname="linuxdeployqt"
-pkgver=20180317
+pkgver=20200825
pkgrel=1
pkgdesc="Makes Linux applications self-contained by copying in the libraries and plugins that the application uses"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3' 'LGPL3')
depends=('qt5-base' 'patchelf')
makedepends=('git' 'cmake')
provides=('linuxdeployqt')
-_commit="37631e5640d8f7c31182fa72b31266bbdf6939fc"
+_commit="d41e2345694e6d09820df66e5edb6e8c01db9fb9"
source=("git+https://github.com/probonopd/linuxdeployqt.git#commit=${_commit}")
md5sums=('SKIP')