Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / booth
Commits: 751efa19 by Antonio Rojas at 2023-12-02T21:58:59+01:00 upgpkg: 1.1.2-1: Update to 1.1.2 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = booth + pkgdesc = A convergent camera app + pkgver = 1.1.2 + pkgrel = 1 + url = https://mauikit.org/ + arch = x86_64 + groups = maui + license = GPL3 + makedepends = extra-cmake-modules + depends = mauikit + source = https://download.kde.org/stable/maui/booth/1.1.2/booth-1.1.2.tar.xz + sha256sums = dcc3c59981350610bce9e5a76d901accf3f2daeaa79312ebb759217bdf27ef19 + +pkgname = booth ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=booth -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=1 pkgdesc='A convergent camera app' url='https://mauikit.org/' @@ -11,7 +11,7 @@ depends=(mauikit) makedepends=(extra-cmake-modules) groups=(maui) source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('20eae01a95578d7f006329423a09bdef57d0b7316c1f516b2b52ca85070270e8') +sha256sums=('dcc3c59981350610bce9e5a76d901accf3f2daeaa79312ebb759217bdf27ef19') build() { cmake -B build -S $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/booth/-/commit/751efa197b1c5520c656aac8d0cc7753e519a46c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/booth/-/commit/751efa197b1c5520c656aac8d0cc7753e519a46c You're receiving this email because of your account on gitlab.archlinux.org.
