[arch-commits] Commit in diffuse/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Jun 11 08:07:59 UTC 2022
Date: Saturday, June 11, 2022 @ 08:07:59
Author: arojas
Revision: 1232174
archrelease: copy trunk to community-any
Added:
diffuse/repos/community-any/PKGBUILD
(from rev 1232173, diffuse/trunk/PKGBUILD)
Deleted:
diffuse/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-11 08:07:51 UTC (rev 1232173)
+++ PKGBUILD 2022-06-11 08:07:59 UTC (rev 1232174)
@@ -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.4
-pkgrel=2
-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=0a168f7d8c7e327fb9573671fad8fac4aa92afab") # tag: v0.7.4
-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 1232173, diffuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-11 08:07:59 UTC (rev 1232174)
@@ -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.5
+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=b1567bb37c5ee3d63ae5ca4c4eb55757daf45f29") # tag: v0.7.4
+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