summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0df4c0eab6d0..b0a1cb622a9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = ruby-osc-ruby
pkgdesc = a ruby client for the OSC protocol
pkgver = 1.1.4
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/aberant/osc-ruby
arch = any
+ license = MIT
depends = ruby
noextract = osc-ruby-1.1.4.gem
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 93d44c7d4f3a..e1e0ac662b22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_gemname=osc-ruby
pkgname=ruby-$_gemname
pkgver=1.1.4
-pkgrel=1
+pkgrel=2
pkgdesc='a ruby client for the OSC protocol'
arch=(any)
url='http://github.com/aberant/osc-ruby'
-license=()
+license=('MIT')
depends=(ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)