mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30:31 +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
|
pkgbase = ruby-yajl-ruby
|
||||||
pkgdesc = Ruby C bindings to the excellent Yajl JSON stream-based parser library.
|
pkgdesc = Ruby C bindings to the excellent Yajl JSON stream-based parser library.
|
||||||
pkgver = 1.2.1
|
pkgver = 1.2.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://github.com/brianmario/yajl-ruby
|
url = http://github.com/brianmario/yajl-ruby
|
||||||
arch = i686
|
arch = any
|
||||||
arch = x86_64
|
|
||||||
license = MIT
|
license = MIT
|
||||||
depends = ruby
|
depends = ruby
|
||||||
noextract = yajl-ruby-1.2.1.gem
|
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: Carsten Feuls <archlinux@carstenfeuls.de>
|
||||||
# Maintainer: Artem Vorotnikov <artem@vorotnikov.me>
|
|
||||||
|
|
||||||
_gemname=yajl-ruby
|
_gemname=yajl-ruby
|
||||||
pkgname=ruby-$_gemname
|
pkgname=ruby-$_gemname
|
||||||
pkgver=1.2.1
|
pkgver=1.2.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Ruby C bindings to the excellent Yajl JSON stream-based parser library.'
|
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'
|
url='http://github.com/brianmario/yajl-ruby'
|
||||||
license=(MIT)
|
license=('MIT')
|
||||||
depends=(ruby)
|
depends=('ruby')
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
|
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
|
||||||
noextract=($_gemname-$pkgver.gem)
|
noextract=($_gemname-$pkgver.gem)
|
||||||
|
|||||||
Reference in New Issue
Block a user