summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Hunger2019-10-19 12:57:24 +0200
committerTobias Hunger2019-10-19 12:57:24 +0200
commitecfa96680fb860333abd0cd084a619d963787193 (patch)
treede96ebb48fffd2c4f4d12e8037c799d5e1c85de2
parent9bb8d0ab2895d9c80319c9f07bab9bdec410c9a0 (diff)
downloadaur-ecfa96680fb860333abd0cd084a619d963787193.tar.gz
Rebuild package and update .SRCINFO
-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')