Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / blueprint-compiler
Commits: f374fda1 by Antonio Rojas at 2024-03-30T20:30:59+01:00 upgpkg: 0.12.0-1: Update to 0.12.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = blueprint-compiler + pkgdesc = A markup language for GTK user interfaces + pkgver = 0.12.0 + pkgrel = 1 + url = https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/ + arch = any + license = LGPL + makedepends = meson + depends = python-gobject + source = https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v0.12.0/blueprint-compiler-v0.12.0.tar.gz + sha256sums = 6dbb4ea851cec164030abded5949ea77ff92032e23527e1c0597d7efe0c36a81 + +pkgname = blueprint-compiler ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: pkgname=blueprint-compiler -pkgver=0.10.0 +pkgver=0.12.0 pkgrel=1 pkgdesc='A markup language for GTK user interfaces' url='https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/' @@ -10,7 +10,7 @@ arch=(any) depends=(python-gobject) makedepends=(meson) source=(https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v$pkgver/blueprint-compiler-v$pkgver.tar.gz) -sha256sums=('2bc729b36897d0959a9890fb0997c9847aa9d2fc9356520bd8a46ed0b51ff4c0') +sha256sums=('6dbb4ea851cec164030abded5949ea77ff92032e23527e1c0597d7efe0c36a81') build() { arch-meson $pkgname-v$pkgver build View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/blueprint-compiler/-/commit/f374fda1296af8791db1667173c72c38af98924d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/blueprint-compiler/-/commit/f374fda1296af8791db1667173c72c38af98924d You're receiving this email because of your account on gitlab.archlinux.org.
