summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Haag2023-03-13 00:27:40 +0100
committerChristoph Haag2023-03-13 00:27:40 +0100
commit88e43ec7c315c1784545dc97db7c318270943064 (patch)
tree3f338bb8ed6b606ef91768bc39390a3271aa2627 /PKGBUILD
parent01045061f5232c5994a34ffcfd8f344a72f697e9 (diff)
downloadaur-perfetto-git.tar.gz
update makdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8bf3c649ce1..59148de778bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: haagch <christoph.haag@collabora.com>
pkgname=perfetto-git
-pkgver=android.s.v2.preview.1.r1043.g1357bd1327
+pkgver=android.security.13.0.0_r2.r6458.g07b15988f0
pkgrel=1
pkgdesc="System profiling, app tracing and trace analysis"
arch=(x86_64)
url="https://perfetto.dev/"
license=('apache')
depends=('gcc-libs')
-makedepends=('git')
+makedepends=('git' 'python' 'clang')
provides=('perfetto')
conflicts=('perfetto')
options=()