From 7fb10635e0bf882e386b28acca044ea3eabe79c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ignacy=20Kuchci=C5=84ski?= Date: Sun, 6 Jun 2021 18:08:29 +0200 Subject: [PATCH] main/*: fix outdated url variables (MR 2226) [ci:skip-vercheck] --- main/adsp-audio/APKBUILD | 2 +- main/mdss-fb-init-hack/APKBUILD | 2 +- main/postmarketos-base/APKBUILD | 4 ++-- main/postmarketos-base/rootfs-etc-os-release | 2 +- main/wcnss-wlan/APKBUILD | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/main/adsp-audio/APKBUILD b/main/adsp-audio/APKBUILD index 118ef9d75..b41a8d8ac 100644 --- a/main/adsp-audio/APKBUILD +++ b/main/adsp-audio/APKBUILD @@ -3,7 +3,7 @@ pkgname=adsp-audio pkgver=1 pkgrel=2 pkgdesc="Init script for enabling the adsp audio subsystem (downstream Android kernels)" -url="https://gitlab.com/postmarketOS/pmbootstrap" +url="https://gitlab.com/postmarketOS/pmaports" arch="noarch" license="GPL-3.0-or-later" install="$pkgname.post-install" diff --git a/main/mdss-fb-init-hack/APKBUILD b/main/mdss-fb-init-hack/APKBUILD index 4923510e5..656256460 100644 --- a/main/mdss-fb-init-hack/APKBUILD +++ b/main/mdss-fb-init-hack/APKBUILD @@ -3,7 +3,7 @@ pkgname=mdss-fb-init-hack pkgver=0.1 pkgrel=1 pkgdesc="Workaround for buggy framebuffer driver (mdss-fb)" -url="https://gitlab.com/postmarketOS/pmbootstrap" +url="https://gitlab.com/postmarketOS/pmaports" arch="noarch" license="GPL-3.0-or-later" depends="msm-fb-refresher" diff --git a/main/postmarketos-base/APKBUILD b/main/postmarketos-base/APKBUILD index 4ae1e4278..7247cd3a2 100644 --- a/main/postmarketos-base/APKBUILD +++ b/main/postmarketos-base/APKBUILD @@ -1,6 +1,6 @@ pkgname=postmarketos-base pkgver=11 -pkgrel=0 +pkgrel=1 pkgdesc="Meta package for minimal postmarketOS base" url="https://postmarketos.org" arch="noarch" @@ -149,7 +149,7 @@ fe0651904c1f40ffa67d83daca190af199f63247e53642a59a1e1147cd06776fcf20b7b2fcc53737 01403df3b5a2be0dd70387a3c32cf24a77bc097679fbefca585082a0970b7d756723c33687be3809351b5e31c85947db84861118bfeced8f5f865fe2452555ec rootfs-etc-motd 6b9c7bb73213187eb9ca8a94109b2b816f50c1158c90fec2e92b373864280d67741589e5bfbab8810945f031d2f4b535aad78a72e46e52ea50be5b85324da381 rootfs-etc-sleep-inhibitor.conf 0b098828080055d3646ea54891cb0e1b578cbc30f5e16f7284f2814c08192f18079a38fb686d192715ae6a3d2cd6625d9e3cf99f234a6f0d94088bb0cb2ce43d rootfs-etc-udev-rules.d-50-firmware.rules -75451751862a084415212bf2f90fdb4dac6a75bb063a411e15c9060f8c7f0b0b8c994dd6ba964d00a249eb80f5a0665d9cfdf75923af6de47f9723b10e61e9a7 rootfs-etc-os-release +6723ae5035b959ed8c0c5ee490ce2e1abc9fe89e6c7348533e488b78b2a15593df406d6691f6b854ed71633960257a6aa5c65aa01db189732e26ba8e15ef23b8 rootfs-etc-os-release 315598b67889b1f25f82b8269ed36af4fcee018a4edf2926ba966ab08e0a42e36676896d0a5636001b1eb7f16211dcf518123230049556dec9d03006e003a584 rootfs-etc-pulse-postmarketos.pa 4afe8c5b70f4ca85f9348eb0df12e3152b76203a1a138daa5777f22b751ea431d3ee4113189d8606078f87a99c230b184bc73d53222e6e00581e46224bf5d39f rootfs-etc-pulse-daemon.conf.d-90-postmarketos.conf 5fd6dd7f9941e975a6ce559924eb252606943276dc09455bbeb05ff718ecd28f20a08eee8e04ca580e5af71d4c944c256ec04f07b07286394f5dfedfa59273e7 rootfs-etc-init.d-deferred-initcalls diff --git a/main/postmarketos-base/rootfs-etc-os-release b/main/postmarketos-base/rootfs-etc-os-release index 78e4d0553..c4e6c5069 100644 --- a/main/postmarketos-base/rootfs-etc-os-release +++ b/main/postmarketos-base/rootfs-etc-os-release @@ -6,4 +6,4 @@ ID="postmarketos" ID_LIKE="alpine" HOME_URL="https://www.postmarketos.org/" SUPPORT_URL="https://gitlab.com/postmarketOS" -BUG_REPORT_URL="https://gitlab.com/postmarketOS/pmbootstrap/issues" +BUG_REPORT_URL="https://gitlab.com/postmarketOS/pmaports/issues" diff --git a/main/wcnss-wlan/APKBUILD b/main/wcnss-wlan/APKBUILD index fa00fcd6b..519e1185f 100644 --- a/main/wcnss-wlan/APKBUILD +++ b/main/wcnss-wlan/APKBUILD @@ -3,7 +3,7 @@ pkgname=wcnss-wlan pkgver=1 pkgrel=3 pkgdesc="Init script for enabling wcnss wlan driver (downstream Android kernels)" -url="https://gitlab.com/postmarketOS/pmbootstrap" +url="https://gitlab.com/postmarketOS/pmaports" arch="noarch" license="GPL-3.0-or-later" install="$pkgname.post-install"