Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Yukari Chiba <i@0x7f.cc>

pkgname=gnome-maps
pkgver=47.1
pkgrel=4
pkgver=50.0
pkgrel=1
pkgdesc="Find places around the world"
url="https://apps.gnome.org/Maps"
arch=(x86_64 aarch64 riscv64)
Expand Down Expand Up @@ -35,9 +35,9 @@ makedepends=(
checkdepends=(gnome-keyring tzdata)
groups=(gnome)
source=(
"git+https://gitlab.gnome.org/GNOME/gnome-maps.git#tag=v${pkgver/[a-z]/.&}"
"git+https://gitlab.gnome.org/GNOME/gnome-maps.git#tag=${pkgver/[a-z]/.&}"
)
sha256sums=('10bf20028c41af457c746a7cc747e87db2b0eb3008ac2296e3996e4738640548')
sha256sums=('fc02af0336e1f48881113accd42f06a37a77a6abe0b32ab2a6103b34ba1ba825')

build() {
ewe-meson $pkgname build
Expand Down