summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67bbb8f718dc..8e85645e3b12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = x11docker
pkgdesc = Run GUI applications and desktops in Docker. Focus on security.
- pkgver = 6.4.0
+ pkgver = 6.5.0
pkgrel = 1
url = https://github.com/mviereck/x11docker
install = x11docker.install
@@ -25,8 +25,8 @@ pkgbase = x11docker
optdepends = xorg-server-xvfb: --xvfb support
optdepends = xorg-server-xwayland: --xpra-xwayland, --weston-xwayland, --kwin-xwayland, --xwayland, --xdummy-xwayland support
optdepends = xorg-server: --xorg, --xdummy support
- source = https://github.com/mviereck/x11docker/archive/v6.4.0.tar.gz
- sha256sums = 838eba58d42a7561375e4e91323ebe53c9098cd08e30893d64bfc0415557556f
+ source = https://github.com/mviereck/x11docker/archive/v6.5.0.tar.gz
+ sha256sums = 94d2140021b1473a8c7a4ba5a1eafba04d5ee984116bbb515ec6a0eb7d508f52
pkgname = x11docker
diff --git a/PKGBUILD b/PKGBUILD
index 24d4689383ae..7b22b038fdb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# All my PKGBUILDs are managed at https://github.com/schra/pkgbuilds
pkgname=x11docker
-pkgver=6.4.0
+pkgver=6.5.0
pkgrel=1
pkgdesc='Run GUI applications and desktops in Docker. Focus on security.'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=('cups: --printer support'
'xorg-server: --xorg, --xdummy support')
source=(https://github.com/mviereck/x11docker/archive/v$pkgver.tar.gz)
-sha256sums=(838eba58d42a7561375e4e91323ebe53c9098cd08e30893d64bfc0415557556f)
+sha256sums=(94d2140021b1473a8c7a4ba5a1eafba04d5ee984116bbb515ec6a0eb7d508f52)
package() {
cd "$pkgname-$pkgver"