aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-08-02 12:33:29 +0000
committerpsykose <alice@ayaya.dev>2022-08-02 14:33:30 +0200
commit68d11fff8d723c401fa4aca081c5bde69a08df6f (patch)
treee3042a0e05a28b698da1c05dd47a7e2ba6b9f0c6
parent4c771d0105ff599e1c4e0bcb7fcc849b8947a6bc (diff)
community/highscore: add provides for gnome-games
-rw-r--r--community/highscore/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/highscore/APKBUILD b/community/highscore/APKBUILD
index b5a4963c001..f7ed136bb48 100644
--- a/community/highscore/APKBUILD
+++ b/community/highscore/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=highscore
pkgver=40.0
-pkgrel=0
+pkgrel=1
pkgdesc="Retro gaming application"
url="https://gitlab.gnome.org/World/highscore"
# s390x: blocked by libhandy1-dev, librsvg-dev, tracker-dev
@@ -30,6 +30,9 @@ source="https://gitlab.gnome.org/World/highscore/-/archive/$pkgver/highscore-$pk
"
options="!check"
+provides="gnome-games=$pkgver-r$pkgrel"
+replaces="gnome-games"
+
build() {
abuild-meson . output
meson compile ${JOBS:+-j ${JOBS}} -C output