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

Levente Polyak anthraxx at archlinux.org
Wed Mar 21 00:55:47 UTC 2018


    Date: Wednesday, March 21, 2018 @ 00:55:46
  Author: anthraxx
Revision: 319729

upgpkg: publicsuffix-list 20180320.657.a39f111-1

Modified:
  publicsuffix-list/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-21 00:54:08 UTC (rev 319728)
+++ PKGBUILD	2018-03-21 00:55:46 UTC (rev 319729)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=publicsuffix-list
-_gitcommit=d311456a19a6f212143c926627bf26e15a4a0195
-pkgver=20180225.652.d311456
+_gitcommit=a39f111ae7aa189366ade83dbcf801a42e5ccb8e
+pkgver=20180320.657.a39f111
 pkgrel=1
 pkgdesc='Cross-vendor public domain suffix database'
 url='https://github.com/publicsuffix/list'
@@ -14,7 +14,7 @@
 
 pkgver() {
   cd ${pkgname}
-  printf "%s.%s.%s" "$(date +%Y%m%d --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}")" \
+  printf "%s.%s.%s" "$(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD)" \
     "$(git rev-list --count HEAD)" \
     "$(git rev-parse --short HEAD)"
 }



More information about the arch-commits mailing list