summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Hasting2020-03-12 21:15:21 -0400
committerDan Hasting2020-03-12 21:15:21 -0400
commit4a55352302020679156066512206e73790764bfd (patch)
tree35a3f1caf2b6cbf0598623b860825ef9452facdf /PKGBUILD
parent687bf5561fe0a68fed01a108290a4836003b3a36 (diff)
downloadaur-4a55352302020679156066512206e73790764bfd.tar.gz
Version 5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5af98dd45f5..dad51483f2b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,17 @@
pkgname=kdocker
-pkgver=5.2
-pkgrel=2
+pkgver=5.3
+pkgrel=1
pkgdesc="An application to help you dock any application into the system tray"
arch=('i686' 'x86_64')
url="https://github.com/user-none/KDocker"
license=('GPL2')
depends=('qt5-base' 'qt5-x11extras' 'libxpm' 'libxmu')
-source=(https://github.com/user-none/KDocker/archive/${pkgver}.tar.gz
- qt_514_build_fix.patch)
-sha256sums=('ffcb11ac0cf50ae80a35e000b7a7470259e624511d1281579386a9cb68935cba'
- 'f05d163f67dd81aa6be97e8904258c108a0dd3451b667949c9c7657f6a965f0e')
+source=(https://github.com/user-none/KDocker/archive/${pkgver}.tar.gz)
+sha256sums=('c49eea33d46a626b2a59c8ddc923ce9a027f0b9bd2125f4f6c264e888997e663')
build() {
cd "$srcdir/KDocker-$pkgver"
- patch --forward --strip=1 --input="$srcdir/qt_514_build_fix.patch" src/trayitem.h
-
qmake-qt5
make
}