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

Levente Polyak anthraxx at archlinux.org
Wed Jan 18 17:26:10 UTC 2017


    Date: Wednesday, January 18, 2017 @ 17:26:09
  Author: anthraxx
Revision: 207896

upgpkg: lib32-libpsl 0.17.0-1

Modified:
  lib32-libpsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-18 16:41:26 UTC (rev 207895)
+++ PKGBUILD	2017-01-18 17:26:09 UTC (rev 207896)
@@ -1,10 +1,9 @@
-# $Id$
 # Maintainer: Levente Polyak <anthraxx at archlinux.org>
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=lib32-libpsl
-pkgver=0.16.1
-pkgrel=3
+pkgver=0.17.0
+pkgrel=1
 pkgdesc='Public Suffix List library'
 url='https://github.com/rockdaboot/libpsl'
 arch=('x86_64')
@@ -12,11 +11,10 @@
 depends=('lib32-icu' 'libpsl')
 makedepends=('publicsuffix-list' 'python')
 source=("https://github.com/rockdaboot/libpsl/releases/download/libpsl-${pkgver}/libpsl-${pkgver}.tar.gz")
-sha256sums=('1420371ca593680a4971683506b24a94a17b1efe19028ce8ebe5a6ef236839eb')
+sha512sums=('10632d462a749c24a1de67daf33e28fad8e9f63531f5b43d399db09a2dbfb7c843162290f0279d80459018ab3465d4d128689e1740cd3334b1276c3d112fdff6')
 
 prepare() {
   cd libpsl-${pkgver}
-
   rm -frv list
 }
 
@@ -40,7 +38,6 @@
 
 check() {
   cd libpsl-${pkgver}
-
   make check
 }
 



More information about the arch-commits mailing list