mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 09:03:22 +01:00
Updated gnupg-largekeys and python2-mrjob.
This commit is contained in:
parent
151077f712
commit
eee43979f1
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python2-mrjob
|
||||
pkgdesc = Run MapReduce jobs on Hadoop or Amazon Web Services.
|
||||
pkgver = 0.4.1
|
||||
pkgver = 0.4.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/Yelp/mrjob/
|
||||
arch = any
|
||||
|
|
@ -9,8 +9,8 @@ pkgbase = python2-mrjob
|
|||
depends = python2-boto
|
||||
depends = python2-simplejson
|
||||
depends = python2-yaml
|
||||
source = https://github.com/Yelp/mrjob/archive/v0.4.1.tar.gz
|
||||
sha512sums = 1666a2f07169d3f88660bed85625fbe58dc63b5cc1c6dd93482f83bafbccd37bc797d6fdbf3b13c6ba005287086e461570d4c0f686075b3ad6f07fb7b77fd013
|
||||
source = https://github.com/Yelp/mrjob/archive/v0.4.2.tar.gz
|
||||
sha512sums = 9f7e878bf1838b2fad77d7dc54fcef6f7e888c10dfc00a5ac7946e5963752efe9ff5bc93ab77bd2f04bea61eaa0ed6e55283722d96d8002c1b171a0066f3b644
|
||||
|
||||
pkgname = python2-mrjob
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
pkgname=python2-mrjob
|
||||
pkgver=0.4.1
|
||||
pkgver=0.4.2
|
||||
pkgrel=1
|
||||
pkgdesc="Run MapReduce jobs on Hadoop or Amazon Web Services."
|
||||
url="https://github.com/Yelp/mrjob/"
|
||||
|
|
@ -16,7 +16,7 @@ arch=('any')
|
|||
depends=('python2' 'python2-boto' 'python2-simplejson' 'python2-yaml')
|
||||
license=('apache')
|
||||
source=("https://github.com/Yelp/mrjob/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('1666a2f07169d3f88660bed85625fbe58dc63b5cc1c6dd93482f83bafbccd37bc797d6fdbf3b13c6ba005287086e461570d4c0f686075b3ad6f07fb7b77fd013')
|
||||
sha512sums=('9f7e878bf1838b2fad77d7dc54fcef6f7e888c10dfc00a5ac7946e5963752efe9ff5bc93ab77bd2f04bea61eaa0ed6e55283722d96d8002c1b171a0066f3b644')
|
||||
|
||||
build() {
|
||||
true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue