git: Add architecture to build artifacts (#869)

* rename win64 artifact to Windows

* add architecture to all artifact names
This commit is contained in:
Thomas
2023-01-12 08:25:28 +01:00
committed by GitHub
parent 25ede7ad18
commit b070092a64
4 changed files with 25 additions and 23 deletions

2
dist/Arch/PKGBUILD vendored
View File

@@ -12,7 +12,7 @@ depends=(glfw mbedtls freetype2 libglvnd dbus xdg-desktop-portal curl fmt yara n
makedepends=(git)
provides=(imhex)
conflicts=(imhex)
source=("$url/releases/download/v$pkgver/imhex-$pkgver-ArchLinux.pkg.tar.zst")
source=("$url/releases/download/v$pkgver/imhex-$pkgver-ArchLinux-x86_64.pkg.tar.zst")
md5sums=(SKIP)
package() {