summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoronoketa2020-08-25 12:18:10 +0800
committeronoketa2020-08-25 12:18:10 +0800
commit85687899a914f056074a1612c5a27cc507b4e561 (patch)
treec3609c506606789edb4c90a33f1bd9dff323a6e7
parente5ce2883a9f869d26dd3458c1af7c34710bc7780 (diff)
downloadaur-linuxdeployqt.tar.gz
update to latest
-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')