summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2016-05-10 09:14:16 -0400
committerJames An2016-05-10 09:14:34 -0400
commit10205d8bfc114763a1eddc2a8b53e8e101e35abb (patch)
tree4bcf2197a3113525ce667045513ec06a136e7721
parent653e78bf4c7a7fc17509eb558f5286a56dbe1996 (diff)
downloadaur-10205d8bfc114763a1eddc2a8b53e8e101e35abb.tar.gz
Added missing license and strongly quoted some PKGBUILD variable values.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ec8c0e59f06..398aa97c537e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ruby-bdb
url = http://github.com/$pkgname/$_gemname
arch = i686
arch = x86_64
+ license = MIT
depends = ruby
depends = ruby-tuple
depends = db4.8
diff --git a/PKGBUILD b/PKGBUILD
index f41b38420dd0..845f582b7436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgname=ruby-$_gemname
pkgver=0.2.6
pkgrel=1
pkgdesc='Ruby Berkeley DB'
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url='http://github.com/$pkgname/$_gemname'
-license=()
-depends=(ruby ruby-tuple db4.8)
+license=('MIT')
+depends=('ruby' 'ruby-tuple' 'db4.8')
options=(!emptydirs)
source=(https://github.com/$pkgname/$_gemname/archive/master.zip)
md5sums=('c05e4d065335f6ddbdc90d5f913c8954')