diff options
author | Newbyte <newbie13xd@gmail.com> | 2022-06-21 02:04:43 +0200 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-06-21 03:02:08 +0000 |
commit | e269b9554c63ddc1372145a68f635ccb3564e462 (patch) | |
tree | 1622ef8badc13cee625caf0ab0e6da585d275fe4 | |
parent | c8ab3cb699793e1c4e5e02caa8ac3cb65b8d9c52 (diff) | |
download | aports-e269b9554c63ddc1372145a68f635ccb3564e462.tar.gz aports-e269b9554c63ddc1372145a68f635ccb3564e462.tar.bz2 aports-e269b9554c63ddc1372145a68f635ccb3564e462.tar.xz |
community/blueprint-compiler: upgrade to 0.2.0
-rw-r--r-- | community/blueprint-compiler/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/blueprint-compiler/APKBUILD b/community/blueprint-compiler/APKBUILD index a42f0bd5ce..31ce2a3f18 100644 --- a/community/blueprint-compiler/APKBUILD +++ b/community/blueprint-compiler/APKBUILD @@ -1,8 +1,7 @@ # Contributor: Newbyte <newbie13xd@gmail.com> # Maintainer: Newbyte <newbie13xd@gmail.com> pkgname=blueprint-compiler -pkgver=0.0.0_git20220517 -_commit=06278a64248cec92bb95a958eadfba453943c061 +pkgver=0.2.0 pkgrel=0 pkgdesc="Markup language for GTK user interfaces" url="https://jwestman.pages.gitlab.gnome.org/blueprint-compiler" @@ -17,8 +16,8 @@ depends=" makedepends="meson" checkdepends="gtk4.0-dev" subpackages="$pkgname-dev" -source="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/$_commit/blueprint-compiler-$_commit.tar.gz" -builddir="$srcdir/$pkgname-$_commit" +source="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v$pkgver/blueprint-compiler-v$pkgver.tar.gz" +builddir="$srcdir/$pkgname-v$pkgver" build() { abuild-meson . output @@ -34,5 +33,5 @@ package() { } sha512sums=" -7dc5fcf01082ab5eeae9b52bbed5e319fcf658898e33fce7cc137ba3d6735d47bf5cf00dcd935402549c74a5c91f14e4b562fd549bd4ef3f5d6725f80ca76724 blueprint-compiler-06278a64248cec92bb95a958eadfba453943c061.tar.gz +d8acdc0f31005215e8945d6b330cce0903d06ad849258a2e2819529908ac864190b8b653ddf0ffd8ff36e4e958711c8a07269eb424ec32a3800faa29af8edb85 blueprint-compiler-v0.2.0.tar.gz " |