Skip to content

Commit

Permalink
Release v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Saancreed committed Jul 31, 2021
1 parent 0c04682 commit cab5dcb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pkgname=wine-nvml
pkgver=r36.e36fd94
pkgver=0.1
pkgrel=1
pkgdesc='NVIDIA Management Library wrapper for Wine'
arch=('x86_64')
url='https://github.com/Saancreed/wine-nvml'
license=('LGPL2.1')
makedepends=('git' 'meson' 'ninja' 'wine')
source=("git+https://github.com/Saancreed/wine-nvml.git${_commit:+#commit=${_commit}}"
source=("git+https://github.com/Saancreed/wine-nvml.git#tag=v${pkgver}"
'git+https://github.com/NVIDIA/nvidia-settings.git'
'git+https://github.com/wine-mirror/wine.git')
sha512sums=('SKIP' 'SKIP' 'SKIP')
Expand All @@ -27,9 +27,7 @@ prepare()

pkgver()
{
cd "${srcdir}/wine-nvml"

printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
git -C "${srcdir}/wine-nvml" describe --tags | sed -E 's/^v//;s/-([0-9]+)-/-r\1-/;s/-/./g'
}

build()
Expand Down

0 comments on commit cab5dcb

Please sign in to comment.