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

Alexander Rødseth arodseth at gemini.archlinux.org
Tue Nov 30 14:30:29 UTC 2021


    Date: Tuesday, November 30, 2021 @ 14:30:29
  Author: arodseth
Revision: 1057714

archrelease: copy trunk to community-any

Added:
  diffuse/repos/community-any/PKGBUILD
    (from rev 1057713, diffuse/trunk/PKGBUILD)
Deleted:
  diffuse/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-30 14:30:24 UTC (rev 1057713)
+++ PKGBUILD	2021-11-30 14:30:29 UTC (rev 1057714)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-# Contributor: TDY <tdy at gmx.com>
-# Contributor: zhuqin <zhuqin83 at gmail.com>
-
-pkgname=diffuse
-pkgver=0.7.2
-pkgrel=1
-pkgdesc='Graphical tool for merging and comparing text files'
-arch=(any)
-url='https://github.com/MightyCreak/diffuse'
-license=(GPL)
-depends=(gtk3 python-cairo python-gobject)
-makedepends=(git meson ninja)
-source=("git+$url#commit=cf1d2a02a04e57743f3be58fa877dc9c9046b5bd") # tag: v0.7.2
-b2sums=('SKIP')
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D b_ndebug=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: diffuse/repos/community-any/PKGBUILD (from rev 1057713, diffuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-30 14:30:29 UTC (rev 1057714)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+# Contributor: TDY <tdy at gmx.com>
+# Contributor: zhuqin <zhuqin83 at gmail.com>
+
+pkgname=diffuse
+pkgver=0.7.3
+pkgrel=1
+pkgdesc='Graphical tool for merging and comparing text files'
+arch=(any)
+url='https://github.com/MightyCreak/diffuse'
+license=(GPL)
+depends=(gtk3 python-cairo python-gobject)
+makedepends=(git meson ninja)
+source=("git+$url#commit=cc804442453d4a2b40c06c3df414a22cfb25d3c9") # tag: v0.7.3
+b2sums=('SKIP')
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D b_ndebug=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list