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

Jan de Groot jgc at archlinux.org
Sun Feb 19 21:46:15 UTC 2017


    Date: Sunday, February 19, 2017 @ 21:46:14
  Author: jgc
Revision: 289284

upgpkg: libdatrie 0.2.10-2

Use HTTPS, add sha256sums

Modified:
  libdatrie/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-19 21:19:08 UTC (rev 289283)
+++ PKGBUILD	2017-02-19 21:46:14 UTC (rev 289284)
@@ -4,15 +4,16 @@
 
 pkgname=libdatrie
 pkgver=0.2.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
-url="http://linux.thai.net/projects/datrie"
+url="https://linux.thai.net/projects/datrie"
 license=('LGPL')
 arch=('i686' 'x86_64')
 depends=('glibc')
 options=('!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+source=(https://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
 md5sums=('22d4fca2a09c58584a461b115d3d57f1')
+sha256sums=('180eff7b0309ca19a02d5864e744185d715f021398a096fec6cf960f8ebfaa2b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list