summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc60756a69a1..55e30727681e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
+# Maintainer: gee
pkgname=cpuid.py-git
pkgver=r27.fcffb0a
-pkgrel=1
+pkgrel=2
pkgdesc="Pure Python interface to the CPUID instruction"
url="https://github.com/flababah/cpuid.py"
license=(MIT)
@@ -17,4 +18,5 @@ pkgver() {
package() {
install -Dm755 "${srcdir}/${pkgname%-git}/${pkgname%-git}" "${pkgdir}/usr/bin/cpuid.py"
+ install -Dm644 "${srcdir}/${pkgname%-git}/LICENSE" "$pkgdir/usr/share/licenses/${pkgname%-git}/LICENSE"
}