diff options
Diffstat (limited to 'community/xclock/APKBUILD')
-rw-r--r-- | community/xclock/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xclock/APKBUILD b/community/xclock/APKBUILD index 8a718e6c03..8bbc3b1b83 100644 --- a/community/xclock/APKBUILD +++ b/community/xclock/APKBUILD @@ -10,7 +10,7 @@ license="MIT" makedepends="libx11-dev libxft-dev libxrender-dev libxaw-dev libxkbfile-dev libxmu-dev" 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" |