summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772017-05-30 14:04:47 +0200
committerhawkeye1164772017-05-30 14:04:47 +0200
commit8b92ca5b38d1e44397b8c8632917de38fdd9e3bc (patch)
tree03cacd4b3acfdda68bf42ea8e5cf058f7d228061
parent8a9441296e37f09876d819a04f7769c218142043 (diff)
downloadaur-8b92ca5b38d1e44397b8c8632917de38fdd9e3bc.tar.gz
Fix for QT>=5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7706b3480fb..a99dbd95bfbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kwaterfoxhelper
pkgdesc = Waterfox KDE Plasma Integration
- pkgver = 5.0.1.3
+ pkgver = 5.0.1.4
pkgrel = 1
url = https://github.com/hawkeye116477/kwaterfoxhelper
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = kwaterfoxhelper
depends = kwindowsystem
options = !emptydirs
options = !strip
- source = kwaterfoxhelper-5.0.1.3.tar.gz::https://github.com/hawkeye116477/kwaterfoxhelper/archive/v5.0.1.3.tar.gz
- sha256sums = 92e5cd1f9599c51b1553a364fad5a2a6ffa72a4e13c7f44f5ce6ec35b2fa19b6
+ source = kwaterfoxhelper-5.0.1.4.tar.gz::https://github.com/hawkeye116477/kwaterfoxhelper/archive/v5.0.1.4.tar.gz
+ sha256sums = 3c06e41bf8123142a661c6790a47e7fda8da5707f57c81c19a045aed5ec8c95c
pkgname = kwaterfoxhelper
diff --git a/PKGBUILD b/PKGBUILD
index afe62ed9f807..6a67f8a840a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hawkeye116477 <hawkeye116477 at gmail dot com>
pkgname=kwaterfoxhelper
-pkgver=5.0.1.3
+pkgver=5.0.1.4
pkgrel=1
pkgdesc="Waterfox KDE Plasma Integration"
url="https://github.com/hawkeye116477/kwaterfoxhelper"
@@ -31,4 +31,4 @@ package() {
make -C build DESTDIR="$pkgdir" install
install -Dm644 $pkgname-$pkgver/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-sha256sums=('92e5cd1f9599c51b1553a364fad5a2a6ffa72a4e13c7f44f5ce6ec35b2fa19b6')
+sha256sums=('3c06e41bf8123142a661c6790a47e7fda8da5707f57c81c19a045aed5ec8c95c')