[arch-commits] Commit in blueprint-compiler/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jun 9 20:35:12 UTC 2022


    Date: Thursday, June 9, 2022 @ 20:35:11
  Author: arojas
Revision: 1229792

Update to 0.2.0

Modified:
  blueprint-compiler/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-09 20:35:02 UTC (rev 1229791)
+++ PKGBUILD	2022-06-09 20:35:11 UTC (rev 1229792)
@@ -1,7 +1,7 @@
 # Maintainer:
 
 pkgname=blueprint-compiler
-pkgver=0+r153
+pkgver=0.2.0
 pkgrel=1
 pkgdesc='A markup language for GTK user interfaces'
 url='https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/'
@@ -8,18 +8,12 @@
 license=(LGPL)
 arch=(any)
 depends=(python)
-makedepends=(meson git)
-_commit=4e1398f23851de120b3489a242911d9a01349366
-source=("git+https://gitlab.gnome.org/jwestman/blueprint-compiler.git#commit=$_commit")
-sha256sums=('SKIP')
+makedepends=(meson)
+source=(https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v$pkgver/blueprint-compiler-v$pkgver.tar.gz)
+sha256sums=('d4e5444c95e8d0060c819d0ab96f79a7ea2673296be95a2fb00359d1d54a0d83')
 
-pkgver() {
-  cd $pkgname
-  echo "0+r"`git rev-list --count $_commit`
-}
-
 build() {
-  arch-meson $pkgname build
+  arch-meson $pkgname-v$pkgver build
   meson compile -C build
 }
 



More information about the arch-commits mailing list