[arch-commits] Commit in blueprint-compiler/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Sep 5 18:49:25 UTC 2022


    Date: Monday, September 5, 2022 @ 18:49:25
  Author: arojas
Revision: 1293102

archrelease: copy trunk to community-any

Added:
  blueprint-compiler/repos/community-any/PKGBUILD
    (from rev 1293101, blueprint-compiler/trunk/PKGBUILD)
Deleted:
  blueprint-compiler/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-05 18:49:16 UTC (rev 1293101)
+++ PKGBUILD	2022-09-05 18:49:25 UTC (rev 1293102)
@@ -1,22 +0,0 @@
-# Maintainer:
-
-pkgname=blueprint-compiler
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='A markup language for GTK user interfaces'
-url='https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/'
-license=(LGPL)
-arch=(any)
-depends=(python)
-makedepends=(meson)
-source=(https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v$pkgver/blueprint-compiler-v$pkgver.tar.gz)
-sha256sums=('d4e5444c95e8d0060c819d0ab96f79a7ea2673296be95a2fb00359d1d54a0d83')
-
-build() {
-  arch-meson $pkgname-v$pkgver build
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: blueprint-compiler/repos/community-any/PKGBUILD (from rev 1293101, blueprint-compiler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-05 18:49:25 UTC (rev 1293102)
@@ -0,0 +1,22 @@
+# Maintainer:
+
+pkgname=blueprint-compiler
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A markup language for GTK user interfaces'
+url='https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/'
+license=(LGPL)
+arch=(any)
+depends=(python)
+makedepends=(meson)
+source=(https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v$pkgver/blueprint-compiler-v$pkgver.tar.gz)
+sha256sums=('c1a5efd8562aca7df259679c6d9cd067ea2a78372069fcc01985619ec3963d8f')
+
+build() {
+  arch-meson $pkgname-v$pkgver build
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list