summaryrefslogtreecommitdiff
path: root/extra/snappy
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-14 10:53:59 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-14 10:53:59 +0100
commit02e61c89c8b9d79879335bfbd66f9e6b59982848 (patch)
treefca57eeca21f97a06309051f625a2b7517b1ec71 /extra/snappy
parent846195ec63b8881bda11580883ec06ae821a2669 (diff)
parent0bf564cf7a3d99207457267c75f92ceb67197537 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/erlang/PKGBUILD community/ettercap/PKGBUILD community/fcitx-mozc/PKGBUILD community/libgexiv2/PKGBUILD community/xmlrpc-c/PKGBUILD extra/pidgin/PKGBUILD extra/xorg-xrandr/PKGBUILD
Diffstat (limited to 'extra/snappy')
-rw-r--r--extra/snappy/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/snappy/PKGBUILD b/extra/snappy/PKGBUILD
index 772e17688..3e7d7a387 100644
--- a/extra/snappy/PKGBUILD
+++ b/extra/snappy/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 166939 2012-09-22 20:17:43Z dreisner $
+# $Id: PKGBUILD 178016 2013-02-13 16:35:15Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
# Contributor: Antony Male <antony dot male at geemail dot com>>
pkgname=snappy
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc='A fast compressor/decompressor library'
arch=('i686' 'x86_64' 'mips64el')
url="http://code.google.com/p/snappy/"
@@ -13,7 +13,7 @@ depends=('glibc' 'gcc-libs')
checkdepends=('zlib')
options=('!libtool')
source=("http://snappy.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-md5sums=('4c0af044e654f5983f4acbf00d1ac236')
+md5sums=('c8f3ef29b5281e78f4946b2d739cea4f')
build() {
cd "$pkgname-$pkgver"