[arch-commits] Commit in fractal/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Jun 24 20:18:06 UTC 2018


    Date: Sunday, June 24, 2018 @ 20:18:05
  Author: archange
Revision: 345471

archrelease: copy trunk to community-x86_64

Added:
  fractal/repos/community-x86_64/PKGBUILD
    (from rev 345470, fractal/trunk/PKGBUILD)
Deleted:
  fractal/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-24 20:17:41 UTC (rev 345470)
+++ PKGBUILD	2018-06-24 20:18:05 UTC (rev 345471)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=fractal
-pkgver=3.29.0
-pkgrel=1
-pkgdesc="A GTK+ client for Matrix written in Rust"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Fractal"
-license=('GPL3')
-depends=('gtk3' 'gspell')
-makedepends=('meson' 'rust')
-_md5=5260e25e9d939b645d00289eea7d5f70
-source=("https://gitlab.gnome.org/World/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('dec09234fed4a380908e2ecc94cab6703184cca73e39881fb272d1434183c6bd')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    arch-meson . _build
-    ninja -C _build
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    DESTDIR="${pkgdir}" ninja -C _build install
-}

Copied: fractal/repos/community-x86_64/PKGBUILD (from rev 345470, fractal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-24 20:18:05 UTC (rev 345471)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=fractal
+pkgver=3.29.1
+pkgrel=1
+pkgdesc="A GTK+ client for Matrix written in Rust"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Fractal"
+license=('GPL3')
+depends=('gtk3' 'gspell')
+makedepends=('meson' 'rust')
+_md5=70d01654b73092dc6782666ef9440123
+source=("https://gitlab.gnome.org/World/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('51bc394510b361d14823f446574e94a8cb4efa199ef253194cdd6e41395c5113')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    arch-meson . _build
+    ninja -C _build
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    DESTDIR="${pkgdir}" ninja -C _build install
+}



More information about the arch-commits mailing list