Use different name for downloade file

The downloaded source filename must be unique because the SRCDEST directory can be the same for all packages. Due to this, building package would fail without this.
This commit is contained in:
Nilesh 2022-02-12 21:37:28 +05:30
parent 19839cc721
commit 12160789d2
No known key found for this signature in database
GPG key ID: 27CBB64272E42DB0

View file

@ -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')