[arch-commits] Commit in diff-so-fancy/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri May 28 12:39:06 UTC 2021


    Date: Friday, May 28, 2021 @ 12:39:05
  Author: felixonmars
Revision: 949718

upgpkg: diff-so-fancy 1.4.1-1

Modified:
  diff-so-fancy/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-28 12:38:51 UTC (rev 949717)
+++ PKGBUILD	2021-05-28 12:39:05 UTC (rev 949718)
@@ -2,7 +2,7 @@
 # Contributor: icasdri <icasdri at gmail dot com>
 
 pkgname=diff-so-fancy
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Good-looking diffs with diff-highlight and more"
 arch=('any')
@@ -11,15 +11,11 @@
 depends=('perl')
 makedepends=('git')
 checkdepends=('bash-bats-assert' 'bash-bats-support')
-source=("https://github.com/so-fancy/diff-so-fancy/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
-        "$pkgname-bats-testfix.patch::https://github.com/so-fancy/diff-so-fancy/commit/edcfd043a01b2c798375c76d17a7b8733f30e3d4.patch")
-sha384sums=('fa08823eaa093b45957ab610541a19aeffc3c5fdcb3ca5491a38e62049f25cf5238d3c5e2b601df6b3f3f35b423266d8'
-            '1bee3081672f17eafc548ebf433b3d3c0bd8792e6ffa17264663f09f177931a97f7e21e31c04d9f0ce742f4b7b61c2bf')
+source=("https://github.com/so-fancy/diff-so-fancy/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha384sums=('4db0fd47c7a33d079b399226173fe0c003ee2da5d102bb1d286ae2b64c5ac28e537e51ff01b2b92d996918465c0c08ed')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../$pkgname-bats-testfix.patch
-
   rm -r third_party # lib
 
   sed -e 's|test_helper/bats-support|/usr/lib/bats-support|' \



More information about the arch-commits mailing list