diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 15:27:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 15:28:25 +0000 |
commit | b2065cb574726c106a00a45f9b9b8c5e8f73e37a (patch) | |
tree | e708c49c2b979a15efedd31cbea524573f9fc5e4 /main/sessreg/APKBUILD | |
parent | f22b39790084c96c5bad9a9db402a9d7ab035b2b (diff) | |
download | aports-b2065cb574726c106a00a45f9b9b8c5e8f73e37a.tar.bz2 aports-b2065cb574726c106a00a45f9b9b8c5e8f73e37a.tar.xz |
main/[various]: replace xorg.freedesktop.org with www.x.org in source
Diffstat (limited to 'main/sessreg/APKBUILD')
-rw-r--r-- | main/sessreg/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/sessreg/APKBUILD b/main/sessreg/APKBUILD index 17534e0864..b73ff6e6d5 100644 --- a/main/sessreg/APKBUILD +++ b/main/sessreg/APKBUILD @@ -9,7 +9,7 @@ license="custom" subpackages="$pkgname-doc" depends= makedepends="xproto bsd-compat-headers linux-headers" -source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2 +source="http://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2 missing_path_wtmpx.patch" builddir="$srcdir/$pkgname-$pkgver" |