Set version information

This commit is contained in:
Joost Molenaar 2025-03-10 19:49:01 +01:00
parent 63cd7a16ab
commit 82c35313e8
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = redumper
pkgdesc = Low level CD dumper utility
pkgver = 503
pkgrel = 1
pkgrel = 2
url = https://github.com/superg/redumper
arch = x86_64
license = GPL-3.0-only

View file

@ -1,8 +1,9 @@
# Maintainer: Joost Molenaar <jjm@j0057.nl>
pkgname=redumper
epoch=
pkgver=503
pkgrel=1
pkgrel=2
pkgdesc='Low level CD dumper utility'
arch=(x86_64)
url='https://github.com/superg/redumper'
@ -33,6 +34,7 @@ build() {
-B $pkgname-dist \
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
-DCMAKE_BUILD_TYPE=None \
-DREDUMPER_VERSION_BUILD=$pkgver \
-DREDUMPER_CLANG_LINK_OPTIONS=-lc++ \
;
ninja -C $pkgname-dist -v