summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlmartinez-mirror2021-04-03 19:13:55 -0500
committerlmartinez-mirror2021-04-03 19:14:14 -0500
commit508b0ec5536db4e22e9622ad68697cfef1f3bb97 (patch)
treec8fb513b5e32dabd75c320382df784670307002a /PKGBUILD
parentf6f650a5050ea4e10a9ee06701b8f771abf162ab (diff)
downloadaur-spectre-meltdown-checker-git.tar.gz
add conflicts with non-VCS package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02b26d4c6dcb..ef600944df8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
+# Maintainer: lmartinez-mirror
+# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
# Contributor: Simon Legner <Simon.Legner@gmail.com>
-
-_pkgname=spectre-meltdown-checker
-pkgname=${_pkgname}-git
-pkgver=0.43.r17.g1f75f01
-pkgrel=2
+pkgname=spectre-meltdown-checker-git
+_pkgname=${pkgname%-git}
+pkgver=0.44.r7.g3a486e9
+pkgrel=1
pkgdesc='Spectre, Meltdown, Foreshadow, Fallout, RIDL, ZombieLoad vulnerability/mitigation checker'
arch=('any')
url='https://github.com/speed47/spectre-meltdown-checker'
license=('GPL3')
makedepends=('git')
-provides=("${_pkgname}")
+provides=("$_pkgname")
+conflicts=("$_pkgname")
source=("git+${url}.git")
sha256sums=('SKIP')