# Maintainer: Maxime Gauduin pkgname=elementary-wallpapers pkgver=6.1.0 pkgrel=2 pkgdesc='Collection of wallpapers for elementary OS' arch=(any) url=https://github.com/elementary/wallpapers license=(GPL3) groups=(pantheon) makedepends=( git meson ) _tag=2ce760b00b1e140a372ac5887eaea8a9a2696877 source=(elementary-wallpapers::git+https://github.com/elementary/wallpapers.git#tag=${_tag}) b2sums=(SKIP) pkgver() { cd elementary-wallpapers git describe --tags } build() { arch-meson elementary-wallpapers build meson compile -C build } package() { DESTDIR="${pkgdir}" meson install -C build } # vim: ts=2 sw=2 et: