diff options
Diffstat (limited to 'testing/xournal/APKBUILD')
-rw-r--r-- | testing/xournal/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xournal/APKBUILD b/testing/xournal/APKBUILD index 564e6a1cf4..08f13281d9 100644 --- a/testing/xournal/APKBUILD +++ b/testing/xournal/APKBUILD @@ -9,7 +9,7 @@ arch="all !aarch64" license="GPL-2.0" makedepends="libgnomecanvas-dev poppler-dev gtk+2.0-dev libart-lgpl-dev" subpackages="$pkgname-lang" -source="http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" +source="https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" builddir="$srcdir/"$pkgname-$pkgver build() { |