summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYamakaky2016-11-11 18:14:40 -0500
committerYamakaky2016-11-11 18:14:40 -0500
commitcf4e44a9a43caa0876e876d92dfed6fef31c5c4a (patch)
treeef23eac38d7837f626319d43c070b157a0932ed1
parent224c58eb5142715277fcd3c512c377a6cba86d15 (diff)
downloadaur-cf4e44a9a43caa0876e876d92dfed6fef31c5c4a.tar.gz
Fix license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b33005b5ff65..6f6c10ac1d9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = bloaty-git
pkgdesc = A size profiler for binaries
pkgver = 0.0.0.r68.g263f2ef
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/bloaty
arch = x86_64
arch = x86
- license = Apache v2.0
+ license = Apache
makedepends = git
makedepends = gcc
source = git+https://github.com/google/bloaty
diff --git a/PKGBUILD b/PKGBUILD
index 7809833916b2..c44d2690eb30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Yamakaky <yamakaky@yamaworld.fr>
pkgname=bloaty-git
pkgver=0.0.0.r68.g263f2ef
-pkgrel=1
+pkgrel=2
pkgdesc="A size profiler for binaries"
arch=("x86_64" "x86")
url="https://github.com/google/bloaty"
-license=("Apache v2.0")
+license=("Apache")
makedepends=("git" "gcc")
source=("git+https://github.com/google/bloaty")
md5sums=("SKIP")