summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0372d8d101a8..304c25390488 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = coz
pkgdesc = A new kind of profiler that measures optimization potential
pkgver = 0.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/plasma-umass/coz
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 76103cb2fb3b..6d4e44366ce1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=coz
pkgver=0.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A new kind of profiler that measures optimization potential"
arch=('x86_64')
url="https://github.com/plasma-umass/coz"
@@ -33,6 +33,8 @@ build() {
package() {
cd $pkgname-$pkgver
make prefix="$pkgdir/usr" install
+
+ install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
}
# vim:set ts=2 sw=2 et: