diff options
Diffstat (limited to 'community/i3wm/APKBUILD')
-rw-r--r-- | community/i3wm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/i3wm/APKBUILD b/community/i3wm/APKBUILD index 09e4c93b25..a97a0b01ab 100644 --- a/community/i3wm/APKBUILD +++ b/community/i3wm/APKBUILD @@ -11,7 +11,7 @@ makedepends="$depends_dev bison flex libxcb-dev xcb-util-cursor-dev xcb-util-keysyms-dev xcb-util-wm-dev libev-dev pango-dev cairo-dev yajl-dev startup-notification-dev pcre-dev libxkbcommon-dev xcb-util-xrm-dev" subpackages="$pkgname-doc" -source="http://i3wm.org/downloads/i3-$pkgver.tar.bz2 +source="https://i3wm.org/downloads/i3-$pkgver.tar.bz2 i3wm-musl-glob-tilde.patch " builddir="$srcdir/i3-$pkgver" |