summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Weiman2015-12-06 14:51:42 -0500
committerMark Weiman2015-12-06 14:51:42 -0500
commit4dbfcf54e65cc022ec732fe70df665194e7c5766 (patch)
tree6a96023ea2b80b2546a413bb11b05de55e32846f
parentab76fecdd40fabefd73abb51f29e79b99d0f4fc0 (diff)
downloadaur-4dbfcf54e65cc022ec732fe70df665194e7c5766.tar.gz
fixed license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94c38ce0dd89..42e579c6442f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Sun Dec 6 19:50:09 UTC 2015
+# Sun Dec 6 19:51:30 UTC 2015
pkgbase = fpm
pkgdesc = Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
pkgver = 1.4.0
pkgrel = 1
url = https://github.com/jordansissel/fpm
arch = any
- license = Apache License (2.0)
+ license = MIT
depends = ruby
depends = ruby-cabin
depends = ruby-backports
diff --git a/PKGBUILD b/PKGBUILD
index d3a6f8334fcd..874aca52c87e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.'
arch=(any)
url="https://github.com/jordansissel/${_gemname}"
-license=('Apache License (2.0)')
+license=('MIT')
depends=(ruby ruby-cabin ruby-backports ruby-arr-pm ruby-clamp
ruby-childprocess)
options=(!emptydirs)