mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 21:40:31 +01:00
Update Package
This commit is contained in:
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