1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

Update Package

This commit is contained in:
Carsten Feuls
2016-02-22 01:03:31 +01:00
parent 50ea02baed
commit 4d483c0069
3 changed files with 13 additions and 9 deletions

View File

@@ -1,10 +1,11 @@
# Generated by mksrcinfo v8
# Mon Feb 22 00:03:14 UTC 2016
pkgbase = ruby-yajl-ruby
pkgdesc = Ruby C bindings to the excellent Yajl JSON stream-based parser library.
pkgver = 1.2.1
pkgrel = 1
pkgrel = 2
url = http://github.com/brianmario/yajl-ruby
arch = i686
arch = x86_64
arch = any
license = MIT
depends = ruby
noextract = yajl-ruby-1.2.1.gem

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
*
!.gitignore
!PKGBUILD
!.SRCINFO

View File

@@ -1,15 +1,14 @@
# Generated by gem2arch (https://github.com/anatol/gem2arch)
# Maintainer: Artem Vorotnikov <artem@vorotnikov.me>
# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
_gemname=yajl-ruby
pkgname=ruby-$_gemname
pkgver=1.2.1
pkgrel=1
pkgrel=2
pkgdesc='Ruby C bindings to the excellent Yajl JSON stream-based parser library.'
arch=(i686 x86_64)
arch=('any')
url='http://github.com/brianmario/yajl-ruby'
license=(MIT)
depends=(ruby)
license=('MIT')
depends=('ruby')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)