summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYichao Zhou2018-06-29 22:58:19 -0700
committerYichao Zhou2018-06-29 22:58:19 -0700
commita2a11d03d1f139ac2f4ce2ca8ace8c7fe3c42d97 (patch)
tree997634994c21f761547ed2053ee9dc6adeaf4ff7 /PKGBUILD
parentd99cde1574d5e89f410c12682e27754ade8998c4 (diff)
downloadaur-a2a11d03d1f139ac2f4ce2ca8ace8c7fe3c42d97.tar.gz
compliance
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd592244ac20..1caa3b7763fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Caleb Johnson <me@calebj.io>
_pkgname=wmidump
pkgname=${_pkgname}-git
-provides=wmidump
-pkgrel=1
+pkgrel=2
pkgver=r13
-conflicts=wmidump
+conflicts=(wmidump)
pkgdesc="Dump WMI informations from ACPI tables"
arch=('i686' 'x86_64')
url="https://github.com/iksaif/wmidump"
-license=unknown
+license=(unknown)
depends=()
makedepends=(git)
source=("${pkgname}"::'git+http://github.com/iksaif/wmidump')