diff --git a/.SRCINFO b/.SRCINFO index b2bf035ca4421..5d8289d06bd89 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = hp-omen-gaming-wmi-dkms pkgdesc = HP WMI driver for OMEN Gaming laptops (unlocked TGP and board 8E35 support) - pkgver = 1.0.0 + pkgver = 1.0.1 pkgrel = 1 url = https://github.com/nevetscar/hp-omen-gaming-wmi-dkms arch = any license = GPL2 makedepends = git depends = dkms - source = git+https://github.com/nevetscar/hp-omen-gaming-wmi-dkms.git + source = git+https://github.com/nevetscar/hp-omen-gaming-wmi-dkms.git#tag=v1.0.1 sha256sums = SKIP pkgname = hp-omen-gaming-wmi-dkms diff --git a/PKGBUILD b/PKGBUILD index 6206407118fce..536d0acfbfccb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=hp-omen-gaming-wmi-dkms _pkgname=hp-wmi -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="HP WMI driver for OMEN Gaming laptops (unlocked TGP and board 8E35 support)" url="https://github.com/nevetscar/hp-omen-gaming-wmi-dkms" @@ -10,7 +10,7 @@ arch=('any') license=('GPL2') depends=('dkms') makedepends=('git') -source=("git+https://github.com/nevetscar/${pkgname}.git") +source=("git+https://github.com/nevetscar/${pkgname}.git#tag=v${pkgver}") sha256sums=('SKIP') package() {