summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Gjengset2015-10-07 12:06:40 -0400
committerJon Gjengset2015-10-07 12:06:40 -0400
commitf8822e9ac95a95685697e19ae4a64cb7921e623e (patch)
tree3fc04f0ecabbcd6411236a4a9562c168d305efa6
parent8cf878bd0b697c33f78a0b75cd1c021dc7bcc520 (diff)
downloadaur-f8822e9ac95a95685697e19ae4a64cb7921e623e.tar.gz
Project changed to BSD license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23bf82406405..7657d7ad447f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = coz-git
pkgdesc = a new kind of profiler that measures optimization potential
pkgver = r246.479a3c1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/plasma-umass/coz
arch = x86_64
- license = GPL2
+ license = BSD
makedepends = git
depends = python
depends = clang>=3.1
diff --git a/PKGBUILD b/PKGBUILD
index cef617e64d95..cc627cbfc870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Jon Gjengset <jon@thesquareplanet.com>
pkgname=coz-git
pkgver=r246.479a3c1
-pkgrel=1
+pkgrel=2
pkgdesc="a new kind of profiler that measures optimization potential"
arch=('x86_64')
url="https://github.com/plasma-umass/coz"
-license=('GPL2')
+license=('BSD')
depends=('python' 'clang>=3.1')
makedepends=('git')
options=()