diff options
Diffstat (limited to 'community/libvisio/APKBUILD')
-rw-r--r-- | community/libvisio/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libvisio/APKBUILD b/community/libvisio/APKBUILD index a414bda0e9..23e7b5a80f 100644 --- a/community/libvisio/APKBUILD +++ b/community/libvisio/APKBUILD @@ -10,7 +10,7 @@ license="MPL-2.0" depends_dev="boost-dev librevenge-dev icu-dev libwpd-dev libwpg-dev libxml2-dev zlib-dev" makedepends="$depends_dev doxygen gperf perl" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" -source="http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz" +source="https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" |