summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 886d7c551975..f34417b247e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = coz-git
pkgdesc = a new kind of profiler that measures optimization potential
- pkgver = r258.11e868e
+ pkgver = r424.d87e924
pkgrel = 1
url = https://github.com/plasma-umass/coz
arch = x86_64
license = BSD
makedepends = git
- depends = python
- depends = clang>=3.1
+ makedepends = python-docutils
+ depends = python3
+ depends = libelfin-git
+ depends = npm
source = coz-git::git+https://github.com/plasma-umass/coz.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fb14de341722..a65b02d31c46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jon Gjengset <jon@thesquareplanet.com>
pkgname=coz-git
-pkgver=r391.72c4afe
+pkgver=r424.d87e924
pkgrel=1
pkgdesc="a new kind of profiler that measures optimization potential"
arch=('x86_64')