summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-15 01:12:53 -0700
committerroot <root@rshg054.dnsready.net>2013-06-15 01:12:53 -0700
commit0a069ede63336b105cda051cebe136f2592847d2 (patch)
tree77888d76b12d41cff03b73ccf4bb3f449e4a62f6 /community
parentadf79eda8c652508134a41dff3af9524a87bbe5b (diff)
Sat Jun 15 01:11:56 PDT 2013
Diffstat (limited to 'community')
-rw-r--r--community/go/PKGBUILD12
-rw-r--r--community/perl-json-xs/PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index 7f0ade8e5..555b74b03 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 92197 2013-06-02 17:23:53Z arodseth $
+# $Id: PKGBUILD 92767 2013-06-14 21:32:00Z arodseth $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Rémy Oudompheng <remy@archlinux.org>
@@ -11,8 +11,8 @@
# TODO: Create split packages for the crosscompilation versions? (maybe)
pkgname=go
-pkgver=1.1
-pkgrel=4
+pkgver=1.1.1
+pkgrel=1
epoch=2
pkgdesc='Compiler and tools for the Go programming language from Google'
arch=('x86_64' 'i686')
@@ -27,12 +27,12 @@ backup=('usr/lib/go/bin')
if [ "$CARCH" == 'x86_64' ]; then
source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz"
"$pkgname.sh")
- sha256sums=('2ed0548bc9f9071c24d253f945dd8354bdaa8a9925e48ad5eef586afbf6cfe8a'
- 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
+ sha256sums=('71ff6e7bfd8f59a12f2fc7b7abf5d006fad24664e11e39bec61c2ac84d2e573f'
+ 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
else
source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz"
"$pkgname.sh")
- sha256sums=('fd6c951cbd5329f192430fe579dbe594d380c80651bf660c1b3d4e9a86370383'
+ sha256sums=('fabb01f1b6a048280f4235c6d9be1cd7ed27a653ca0e011c393af23e40b54450'
'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
fi
diff --git a/community/perl-json-xs/PKGBUILD b/community/perl-json-xs/PKGBUILD
index 1adf19bec..4bd2e9f84 100644
--- a/community/perl-json-xs/PKGBUILD
+++ b/community/perl-json-xs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 91683 2013-05-26 09:25:38Z bluewind $
+# $Id: PKGBUILD 92759 2013-06-14 17:40:33Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Tor Krill <tor@krill.nu>
pkgname=perl-json-xs
-pkgver=2.33
-pkgrel=2
+pkgver=2.34
+pkgrel=1
pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
url="http://search.cpan.org/dist/JSON-XS/"
license=("GPL")
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
depends=('perl' 'perl-common-sense')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
-md5sums=('6a1eafeadc1680a806ec2eb1798f6084')
+md5sums=('dda3c03335665cdeff91c37a269b833b')
build() {
cd $srcdir/JSON-XS-$pkgver