[arch-commits] Commit in snappy/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Sun Feb 19 23:55:47 UTC 2017


    Date: Sunday, February 19, 2017 @ 23:55:46
  Author: dreisner
Revision: 289305

upgpkg: snappy 1.1.4-1

Modified:
  snappy/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-19 23:54:02 UTC (rev 289304)
+++ PKGBUILD	2017-02-19 23:55:46 UTC (rev 289305)
@@ -3,8 +3,8 @@
 # Contributor: Antony Male <antony dot male at geemail dot com>>
 
 pkgname=snappy
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
 pkgdesc='A fast compressor/decompressor library'
 arch=('i686' 'x86_64')
 url="https://google.github.io/snappy/"
@@ -11,8 +11,8 @@
 license=('BSD')
 depends=('glibc' 'gcc-libs')
 checkdepends=('zlib')
-source=("https://github.com/google/snappy/releases/download/1.1.3/$pkgname-$pkgver.tar.gz")
-md5sums=('7358c82f133dc77798e4c2062a749b73')
+source=("https://github.com/google/snappy/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('c328993b68afe3e5bd87c8ea9bdeb028')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list