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

Bruno Pagani archange at archlinux.org
Sun Mar 4 12:46:28 UTC 2018


    Date: Sunday, March 4, 2018 @ 12:46:27
  Author: archange
Revision: 302388

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-04 12:46:02 UTC (rev 302387)
+++ PKGBUILD	2018-03-04 12:46:27 UTC (rev 302388)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=fractal
-pkgver=0.1.10
-pkgrel=1
-pkgdesc="A GTK+ client for Matrix written in Rust"
-arch=('x86_64')
-url="https://wiki.gnome.org/Fractal"
-license=('GPL2')
-depends=('gtk3')
-makedepends=('meson' 'rust')
-_md5=36451b5e1a1a827df54519ee8cf034f2
-source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('7ba614dc354724f7c2ffec98fcd348c7ed1ae898add281b51036aac0b9199df1')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./configure --prefix=/usr
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-}

Copied: fractal/repos/community-x86_64/PKGBUILD (from rev 302387, fractal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-04 12:46:27 UTC (rev 302388)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=fractal
+pkgver=0.1.16
+pkgrel=1
+pkgdesc="A GTK+ client for Matrix written in Rust"
+arch=('x86_64')
+url="https://wiki.gnome.org/Fractal"
+license=('GPL2')
+depends=('gtk3')
+makedepends=('meson' 'rust')
+_md5=174c094f6cb0888786c5a4bb39fefbf7
+source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('78376a0aa9f7676c68ac78daf8160718a6fd2df65d181cff02b1bcde4d99a1dd')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list