diff options
author | kleintux | 2022-06-29 21:08:12 +0200 |
---|---|---|
committer | kleintux | 2022-06-29 21:08:12 +0200 |
commit | 0b68db4f4fbc0ab69714a463ed661073801b237c (patch) | |
tree | 9ac6efac0d795afc2ac50e63384cb0219c01d14d /PKGBUILD | |
parent | e61d683648725f5cd6335b1eee8510f4fd606a8f (diff) | |
download | aur-0b68db4f4fbc0ab69714a463ed661073801b237c.tar.gz |
adopted. updated to 1.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,16 +1,17 @@ -# Maintainer: Philip Goto <philip.goto@gmail.com> +# Maintainer: <reg-archlinux AT klein DOT tuxli DOT ch> +# Contributor: Philip Goto <philip.goto@gmail.com> pkgname=megapixels -pkgver=1.5.1 +pkgver=1.5.2 pkgrel=1 pkgdesc='GTK4 camera application that knows how to deal with the media request api' -arch=(x86_64 aarch64) +arch=('x86_64' 'aarch64') url='https://gitlab.com/postmarketOS/megapixels' -license=(LGPL) -depends=(gtk4 zbar) -makedepends=(meson) +license=('LGPL') +depends=('gtk4' 'zbar') +makedepends=('meson') source=("${url}/-/archive/${pkgver}/megapixels-${pkgver}.tar.gz") -b2sums=('8dae8dc8763cb5ca1325a6949daffb8be55514629b012cbaff1bbb857ad98a9900abb99045f91575dd9f95d5df2ee8312a931dbe00cd4b732336a5567b15a32d') +b2sums=('08071c83c1d07dab9da15526bec06db5460e5e24afe1599b6fd8657259d4cd2715db0cde4f97b244018e09818fb699e147935279c55f69a6145e2cfd21109264') build() { arch-meson ${pkgname}-${pkgver} build |