summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Hasting2018-08-08 11:54:56 -0400
committerDan Hasting2018-08-08 11:54:56 -0400
commit637bd02bbea62a296c78da47b1095d8b04e14f7a (patch)
tree118e4b417233ce4a2c66075497d9b76b84a91e7e
parentcec1dec032898cdf66ce13e0b18a2f82eeb2cd85 (diff)
downloadaur-637bd02bbea62a296c78da47b1095d8b04e14f7a.tar.gz
Version 5.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38189e353c09..49b53c197169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Mar 25 12:35:30 UTC 2018
pkgbase = kdocker
pkgdesc = An application to help you dock any application into the system tray
- pkgver = 5.1
+ pkgver = 5.2
pkgrel = 1
url = https://github.com/user-none/KDocker
arch = i686
@@ -12,8 +10,8 @@ pkgbase = kdocker
depends = qt5-x11extras
depends = libxpm
depends = libxmu
- source = https://github.com/user-none/KDocker/archive/5.1.tar.gz
- sha256sums = 4d0e6e9d35d0afe3358f38cfab7e25fe12c0c60b97d14aaaa2f8572674879034
+ source = https://github.com/user-none/KDocker/archive/5.2.tar.gz
+ sha256sums = ffcb11ac0cf50ae80a35e000b7a7470259e624511d1281579386a9cb68935cba
pkgname = kdocker
diff --git a/PKGBUILD b/PKGBUILD
index d5eba705d281..be03d88b3e6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=kdocker
-pkgver=5.1
+pkgver=5.2
pkgrel=1
pkgdesc="An application to help you dock any application into the system tray"
arch=('i686' 'x86_64')
@@ -7,7 +7,7 @@ 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)
-sha256sums=('4d0e6e9d35d0afe3358f38cfab7e25fe12c0c60b97d14aaaa2f8572674879034')
+sha256sums=('ffcb11ac0cf50ae80a35e000b7a7470259e624511d1281579386a9cb68935cba')
build() {
cd "$srcdir/KDocker-$pkgver"