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

Dave Reisner dreisner at archlinux.org
Fri Jan 17 19:01:21 UTC 2020


    Date: Friday, January 17, 2020 @ 19:01:20
  Author: dreisner
Revision: 373636

upgpkg: snappy 1.1.8-1

Modified:
  snappy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 17:14:19 UTC (rev 373635)
+++ PKGBUILD	2020-01-17 19:01:20 UTC (rev 373636)
@@ -2,7 +2,7 @@
 # Contributor: Antony Male <antony dot male at geemail dot com>>
 
 pkgname=snappy
-pkgver=1.1.7
+pkgver=1.1.8
 pkgrel=1
 pkgdesc='A fast compressor/decompressor library'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'clang')
 source=("https://github.com/google/snappy/archive/$pkgver.tar.gz"
         snappy.pc)
-md5sums=('ee9086291c9ae8deb4dac5e0b85bf54a'
+md5sums=('70e48cba7fecf289153d009791c9977f'
          '4b491e29a8142fedd11472306f5c1192')
 
 build() {
@@ -46,7 +46,7 @@
   make DESTDIR="$pkgdir" install
   install -m644 -D COPYING "$pkgdir/usr/share/licenses/snappy/LICENSE"
 
-  # remove this after the file exists upstream again
+  # upstream dropped the pkgconfig file and isn't interested in adding it back.
   # https://github.com/google/snappy/pull/55
   install -Dm644 "$srcdir/snappy.pc" "$pkgdir/usr/lib/pkgconfig/snappy.pc"
 }



More information about the arch-commits mailing list