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

Antonio Rojas arojas at archlinux.org
Tue Jun 4 21:25:53 UTC 2019


    Date: Tuesday, June 4, 2019 @ 21:25:52
  Author: arojas
Revision: 476903

https

Modified:
  kyotocabinet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-04 21:24:58 UTC (rev 476902)
+++ PKGBUILD	2019-06-04 21:25:52 UTC (rev 476903)
@@ -7,10 +7,10 @@
 pkgrel=1
 pkgdesc="a modern implementation of DBM in C++"
 arch=('x86_64')
-url="http://fallabs.com/kyotocabinet"
+url="https://fallabs.com/kyotocabinet"
 license=('LGPL3')
 depends=('zlib' 'gcc-libs')
-source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz")
+source=("https://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('f38794c11faa3f4b64097a2e314307e1a6b75ddc495103647ebe52786a689336754496e7083697417ea90436e7fad681f16440975abec9ae917874aa25153e0f')
 
 build() {



More information about the arch-commits mailing list