diff options
Diffstat (limited to 'main/xtrans/APKBUILD')
-rw-r--r-- | main/xtrans/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xtrans/APKBUILD b/main/xtrans/APKBUILD index 890a7c8044..fb9fdd4b40 100644 --- a/main/xtrans/APKBUILD +++ b/main/xtrans/APKBUILD @@ -9,7 +9,7 @@ license="custom" depends="" makedepends="util-macros xmlto" subpackages="$pkgname-doc" -source="http://www.x.org/releases/individual/lib/$pkgname-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/lib/$pkgname-$pkgver.tar.bz2" build() { cd "$builddir" |