mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
Update Package
This commit is contained in:
7
.SRCINFO
7
.SRCINFO
@@ -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
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
*
|
||||
!.gitignore
|
||||
!PKGBUILD
|
||||
!.SRCINFO
|
||||
11
PKGBUILD
11
PKGBUILD
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user