Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
difftastic
Commits:
32b16443 by Caleb Maclennan at 2024-07-21T11:56:10+03:00
upgpkg: 0.59.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = difftastic
pkgdesc = An experimental diff tool that compares files based on their
syntax
- pkgver = 0.58.0
+ pkgver = 0.59.0
pkgrel = 1
url = https://difftastic.wilfred.me.uk
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = difftastic
depends = glibc
depends = gcc-libs
depends = shared-mime-info
- source = git+https://github.com/Wilfred/difftastic.git#tag=0.58.0
+ source = git+https://github.com/Wilfred/difftastic.git#tag=0.59.0
source = remove-makedepends-jq.patch
- sha256sums =
24c1648032d4f82f9ffed41905eacaea2bddf2bad2abf6600ae8ecbb8672be63
+ sha256sums =
7227938da97779afbab2b80a7565421a62ae9831c50b3403edc60e69177c5c05
sha256sums =
f72984fbbdce964f71cf7f69ed02fcdde5a0701b7cbd498bd88375476c4b918c
pkgname = difftastic
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Wesley Moore <[email protected]>
pkgname=difftastic
-pkgver=0.58.0
+pkgver=0.59.0
pkgrel=1
pkgdesc='An experimental diff tool that compares files based on their syntax'
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('glibc' 'gcc-libs' 'shared-mime-info')
makedepends=('cargo' 'git' 'mdbook')
source=("git+https://github.com/Wilfred/difftastic.git#tag=$pkgver"
'remove-makedepends-jq.patch')
-sha256sums=('24c1648032d4f82f9ffed41905eacaea2bddf2bad2abf6600ae8ecbb8672be63'
+sha256sums=('7227938da97779afbab2b80a7565421a62ae9831c50b3403edc60e69177c5c05'
'f72984fbbdce964f71cf7f69ed02fcdde5a0701b7cbd498bd88375476c4b918c')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/difftastic/-/commit/32b164438c7035037086601e85debe78d299ab70
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/difftastic/-/commit/32b164438c7035037086601e85debe78d299ab70
You're receiving this email because of your account on gitlab.archlinux.org.