diff --git a/PKGBUILD b/PKGBUILD index b339d348d011..15f51610ee7d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.2.5 pkgrel=1 pkgdesc='Dynamic key remapper for X11 and Wayland' url='https://github.com/k0kubun/xremap' -source_x86_64=("https://github.com/k0kubun/xremap/releases/download/v$pkgver/xremap-linux-x86_64-x11.zip") +source_x86_64=("$pkgname-$pkgver.zip::https://github.com/k0kubun/xremap/releases/download/v$pkgver/xremap-linux-x86_64-x11.zip") arch=('x86_64') license=('MIT') provides=('xremap')