summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-12-03 07:04:58 +1300
committercaltlgin2020-12-03 07:04:58 +1300
commit8bb5726e4051302c846f354f9cf4100c31cdb569 (patch)
tree4f3af906b67c4c086ea275905b9c95a56ebbcdd3
parent96118a834eedbc82637c73bc79bd716c32ac0bb9 (diff)
downloadaur-inspektor-git.tar.gz
Python 3.9 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 477b11611785..72192a0fa526 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inspektor-git
pkgdesc = View metadata information on files
- pkgver = 1.0.32.r1.g7e899ee
+ pkgver = 1.0.32.r2.g755702b
pkgrel = 1
url = https://github.com/hezral/inspektor
arch = any
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 523add8bacc5..dc855de6a417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='inspektor'
pkgname="${_pkgname}-git"
-pkgver=1.0.32.r1.g7e899ee
+pkgver=1.0.32.r2.g755702b
pkgrel=1
pkgdesc='View metadata information on files'
arch=('any')
@@ -27,7 +27,7 @@ build() {
package() {
cd "${_pkgname}"
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
- install -Dm644 -t "${pkgdir}/usr/share/doc/${_pkgname}" 'README.md'
+ install -Dvm644 'README.md' -t "${pkgdir}/usr/share/doc/${_pkgname}"
}
# vim: ts=2 sw=2 et: