mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 15:29:38 +01:00
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:
parent
19839cc721
commit
12160789d2
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue