summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Posanski2022-04-25 20:28:25 +0200
committerMichael Posanski2022-04-25 20:28:25 +0200
commit569a00d28568dfbef988d46f4afe4924b45d4032 (patch)
tree615e0870484238de5c45b3b7befae3d404d96b22
parenta8f6ad0640dedbb8564c22624f29009bef4f37a6 (diff)
downloadaur-569a00d28568dfbef988d46f4afe4924b45d4032.tar.gz
Update Patch commit dff0994e1fe45a580fe7ad89a6744f518f6e7307
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f327969567f8..f8b7b19fb238 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = advcpmv
pkgdesc = 'cp' and 'mv' utilities with progress bar patches
pkgver = 9.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/jarun/advcpmv
arch = x86_64
license = GPL3
@@ -16,7 +16,7 @@ pkgbase = advcpmv
provides = mvg
source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.0.tar.xz
source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.0.tar.xz.sig
- source = advcpmv-9.0-4.patch::https://raw.githubusercontent.com/jarun/advcpmv/8e1c0d4f8a255091c59cf187a43a06cd264dc273/advcpmv-0.9-9.0.patch
+ source = advcpmv-9.0-5.patch::https://raw.githubusercontent.com/jarun/advcpmv/dff0994e1fe45a580fe7ad89a6744f518f6e7307/advcpmv-0.9-9.0.patch
validpgpkeys = 6C37DC12121A5006BC1DB804DF6FD971306037D9
sha256sums = ce30acdf4a41bc5bb30dd955e9eaa75fa216b4e3deb08889ed32433c7b3b97ce
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ab00a4492b8e..a246c5492890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Contributor: boscowitch <boscowitch@boscowitch.de>
_pkgname=coreutils
-_commit=8e1c0d4f8a255091c59cf187a43a06cd264dc273
+_commit=dff0994e1fe45a580fe7ad89a6744f518f6e7307
pkgname=advcpmv
pkgver=9.0
-pkgrel=4
+pkgrel=5
pkgdesc="'cp' and 'mv' utilities with progress bar patches"
arch=('x86_64')
license=('GPL3')
@@ -19,7 +19,7 @@ source=("https://ftp.gnu.org/gnu/${_pkgname}/${_pkgname}-${pkgver}.tar.xz"{,.sig
validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
sha256sums=('ce30acdf4a41bc5bb30dd955e9eaa75fa216b4e3deb08889ed32433c7b3b97ce'
'SKIP'
- '889b1b1d0dbcd2b99e05daf2d53feff9002720eb1232968eb3c60983f76c7b72')
+ '0542d7c4a849f9a64fa788ebe0ca64dfbf197c7e57059bb0881035895189faf4')
prepare() {
cd "${_pkgname}-${pkgver}"