summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek2017-05-13 11:00:18 +0200
committerBartek2017-05-13 11:00:18 +0200
commit8a9441296e37f09876d819a04f7769c218142043 (patch)
tree8f5c3927171286217fab57eb1f4ef3ebb97f90fe
parent7f884d63a6ba12a186f34365c1589a6fa1d32f4a (diff)
downloadaur-8a9441296e37f09876d819a04f7769c218142043.tar.gz
Fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abf5181ef2b9..d7706b3480fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kwaterfoxhelper
pkgdesc = Waterfox KDE Plasma Integration
- pkgver = 5.0.1.2
+ pkgver = 5.0.1.3
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.2.tar.gz::https://github.com/hawkeye116477/kwaterfoxhelper/archive/v5.0.1.2.tar.gz
- sha256sums = d436c0e6e501cbad82bdd508dc67762955de3285b0c54b6cf22a71f4de1d8919
+ source = kwaterfoxhelper-5.0.1.3.tar.gz::https://github.com/hawkeye116477/kwaterfoxhelper/archive/v5.0.1.3.tar.gz
+ sha256sums = 92e5cd1f9599c51b1553a364fad5a2a6ffa72a4e13c7f44f5ce6ec35b2fa19b6
pkgname = kwaterfoxhelper
diff --git a/PKGBUILD b/PKGBUILD
index 2c14f5cf5585..afe62ed9f807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hawkeye116477 <hawkeye116477 at gmail dot com>
pkgname=kwaterfoxhelper
-pkgver=5.0.1.2
+pkgver=5.0.1.3
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=('d436c0e6e501cbad82bdd508dc67762955de3285b0c54b6cf22a71f4de1d8919')
+sha256sums=('92e5cd1f9599c51b1553a364fad5a2a6ffa72a4e13c7f44f5ce6ec35b2fa19b6')