diff options
Diffstat (limited to 'main/setxkbmap/APKBUILD')
-rw-r--r-- | main/setxkbmap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/setxkbmap/APKBUILD b/main/setxkbmap/APKBUILD index 6b43028d75..47dad3b2fa 100644 --- a/main/setxkbmap/APKBUILD +++ b/main/setxkbmap/APKBUILD @@ -10,7 +10,7 @@ license="MIT" depends="" makedepends="libxkbfile-dev util-macros" subpackages="$pkgname-doc" -source="http://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" build() { |