[arch-commits] Commit in libmspub/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Fri Aug 4 19:19:20 UTC 2017
Date: Friday, August 4, 2017 @ 19:19:20
Author: andyrtr
Revision: 301668
use https source
Modified:
libmspub/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-04 19:18:24 UTC (rev 301667)
+++ PKGBUILD 2017-08-04 19:19:20 UTC (rev 301668)
@@ -11,8 +11,8 @@
license=('GPL2' 'LGPL2.1' 'MPL')
depends=('libwpd' 'icu' 'librevenge')
makedepends=('libwpg' 'boost' 'doxygen')
-source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('050b8b29c2620fdbfb5d8561d4d08a11')
+source=(https://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b0baabf82d20c08ad000e80fa02154ce2f2ffde1ee60240d6e3a917c3b35560f')
build() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list