summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1caa3b7763fb..902ccd79c9af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Caleb Johnson <me@calebj.io>
+# Maintainer: Yichao Zhou <zyc@berkeley.edu>
_pkgname=wmidump
pkgname=${_pkgname}-git
-pkgrel=2
+pkgrel=3
pkgver=r13
-conflicts=(wmidump)
+conflicts=(${_pkgname})
+provides=("${_pkgname}=$pkgver")
pkgdesc="Dump WMI informations from ACPI tables"
arch=('i686' 'x86_64')
url="https://github.com/iksaif/wmidump"