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

Alexander Rødseth arodseth at gemini.archlinux.org
Sun Nov 21 10:31:46 UTC 2021


    Date: Sunday, November 21, 2021 @ 10:31:45
  Author: arodseth
Revision: 1052935

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-21 10:30:50 UTC (rev 1052934)
+++ PKGBUILD	2021-11-21 10:31:45 UTC (rev 1052935)
@@ -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.6.0
-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=8eec2c49441e52456f64406a853790dfae804e58") # tag: v0.6.0
-sha256sums=('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 1052934, diffuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-21 10:31:45 UTC (rev 1052935)
@@ -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.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
+}



More information about the arch-commits mailing list