build: better versionning

This commit is contained in:
2025-11-11 10:27:42 +01:00
parent 1b6c78f0d4
commit f0beb23dd1
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ pkgdesc="Fusion Of Real Time Generative Effects"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
depends=('glfw>=1:3', 'v4l-utils>=1.32', 'alsa-lib>=1.2', 'libglvnd>=1.7')
url="https://github.com/klemek/forge-steel"
source=("${pkgname}-steel-${pkgver}.tar.gz::https://github.com/klemek/forge-steel/releases/download/steel-${pkgver}/${pkgname}-${pkgver}.tar.gz")
source=("${pkgname}-steel-${pkgver}.tar.gz::https://github.com/klemek/forge-steel/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('cb1ddd6c4f2062fdacd5f5f267ebb0a646f8d906fece5bdd38ff48d59ef9898c')
srcdir=build
backup=("usr/share/${pkgname}")