summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8fdf11b8bd6..fec6f99b3105 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = wmidump-git
pkgdesc = Dump WMI informations from ACPI tables
pkgver = r13
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/iksaif/wmidump
arch = i686
arch = x86_64
license = unknown
makedepends = git
+ provides = wmidump=r13
conflicts = wmidump
source = wmidump-git::git+http://github.com/iksaif/wmidump
sha256sums = SKIP
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"