summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/pm-quirks/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/user/pm-quirks/APKBUILD b/user/pm-quirks/APKBUILD
index fccbb4844..9b90ead00 100644
--- a/user/pm-quirks/APKBUILD
+++ b/user/pm-quirks/APKBUILD
@@ -6,12 +6,11 @@ pkgrel=0
pkgdesc="Quirks data for pm-utils"
url="https://pm-utils.freedesktop.org/wiki/"
arch="noarch"
+options="!check" # this is a bunch of data files for pm-utils, nothing to check
license="GPL-2.0-only" # same as pm-utils, hopefully
depends="pm-utils"
makedepends=""
-subpackages=""
-options="!check" # this is a bunch of data files for pm-utils, nothing to check
-source="http://pm-utils.freedesktop.org/releases/$pkgname-$pkgver.tar.gz"
+source="https://pm-utils.freedesktop.org/releases/$pkgname-$pkgver.tar.gz"
package() {
cd "$srcdir"