summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTroy Engel2017-08-17 18:30:56 -0500
committerTroy Engel2017-08-17 18:30:56 -0500
commit78454ee944f61162291939631f4920b3f5ccfb46 (patch)
treed8a58cbf6a0d81fc5bbf6c3922f187d509202db1
parentcb4e52fd5a2cf820261b66d4daa9e882e73bb1c9 (diff)
downloadaur-78454ee944f61162291939631f4920b3f5ccfb46.tar.gz
adding conflicts for new perf-tools package
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2368cd3f2ae5..d6c69b7edad7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
+# Generated by mksrcinfo v8
+# Thu Aug 17 23:28:19 UTC 2017
pkgbase = perf-tools-git
pkgdesc = Performance analysis tools based on Linux perf_events (aka perf) and ftrace
- pkgver = r181.0c13e83
+ pkgver = r183.5a511f5
pkgrel = 1
url = https://github.com/brendangregg/perf-tools
arch = any
license = GPL
depends = perf
+ conflicts = perf-tools
source = perf-tools-git::git+https://github.com/brendangregg/perf-tools
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2ac4f0fdfe68..d9165f97766c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname='perf-tools-git'
pkgdesc='Performance analysis tools based on Linux perf_events (aka perf) and ftrace'
-pkgver=r181.0c13e83
+pkgver=r183.5a511f5
pkgrel=1
arch=('any')
url='https://github.com/brendangregg/perf-tools'
-source=("${pkgname}::git+${url}")
depends=('perf')
+conflicts=('perf-tools')
license=('GPL')
+source=("${pkgname}::git+${url}")
sha512sums=('SKIP')
pkgver () {