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

Andreas Radke andyrtr at archlinux.org
Fri Aug 23 14:20:58 UTC 2019


    Date: Friday, August 23, 2019 @ 14:20:57
  Author: andyrtr
Revision: 360612

use https url

Modified:
  librevenge/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-23 14:20:31 UTC (rev 360611)
+++ PKGBUILD	2019-08-23 14:20:57 UTC (rev 360612)
@@ -9,7 +9,7 @@
 license=('MPL')
 depends=('boost-libs')
 makedepends=('boost' 'doxygen' 'cppunit')
-source=(http://sourceforge.net/projects/libwpd/files/librevenge/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz)
+source=(https://sourceforge.net/projects/libwpd/files/librevenge/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz)
 sha1sums=('533dd83a668d3efc0095ad82718e34662395635d')
 
 build() {



More information about the arch-commits mailing list