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

Bruno Pagani archange at archlinux.org
Sun Jun 10 22:10:39 UTC 2018


    Date: Sunday, June 10, 2018 @ 22:10:38
  Author: archange
Revision: 342298

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-10 22:10:25 UTC (rev 342297)
+++ PKGBUILD	2018-06-10 22:10:38 UTC (rev 342298)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=fractal
-pkgver=0.1.30
-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=307ea6fe16f617750490a359b727aebb
-source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('db6d3edff7413b50980ef85e5b6fbb20e9081dc9f02575b4a9cbff0f5d2c6cc5')
-
-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 342297, fractal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-10 22:10:38 UTC (rev 342298)
@@ -0,0 +1,25 @@
+# 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
+}



More information about the arch-commits mailing list