summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e85645e3b12..ce253685599c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = x11docker
pkgdesc = Run GUI applications and desktops in Docker. Focus on security.
- pkgver = 6.5.0
+ pkgver = 6.6.1
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.5.0.tar.gz
- sha256sums = 94d2140021b1473a8c7a4ba5a1eafba04d5ee984116bbb515ec6a0eb7d508f52
+ source = https://github.com/mviereck/x11docker/archive/v6.6.1.tar.gz
+ sha256sums = 2cc511abb2ae14c8cc7cc634a4c5bdfd8883a2998949f4ba4cc43ea9250bfdfa
pkgname = x11docker
diff --git a/PKGBUILD b/PKGBUILD
index 7b22b038fdb6..3e6d301b884e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# All my PKGBUILDs are managed at https://github.com/schra/pkgbuilds
pkgname=x11docker
-pkgver=6.5.0
+pkgver=6.6.1
pkgrel=1
pkgdesc='Run GUI applications and desktops in Docker. Focus on security.'
arch=('any')
@@ -26,8 +26,8 @@ optdepends=('cups: --printer support'
'xorg-server-xwayland: --xpra-xwayland, --weston-xwayland, --kwin-xwayland, --xwayland, --xdummy-xwayland support'
'xorg-server: --xorg, --xdummy support')
-source=(https://github.com/mviereck/x11docker/archive/v$pkgver.tar.gz)
-sha256sums=(94d2140021b1473a8c7a4ba5a1eafba04d5ee984116bbb515ec6a0eb7d508f52)
+source=($url/archive/v$pkgver.tar.gz)
+sha256sums=(2cc511abb2ae14c8cc7cc634a4c5bdfd8883a2998949f4ba4cc43ea9250bfdfa)
package() {
cd "$pkgname-$pkgver"