summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Harmathy2019-10-29 08:51:33 +0100
committerMax Harmathy2019-10-29 08:51:33 +0100
commit21eff3e9b10ad2737f49d8fd15731f854854ced2 (patch)
tree60f7b065652bf3e8434cd31469d8186e9d2bfe2d
parent3ea1f3c252d63e8485da2e1446f4e3e23d75688a (diff)
downloadaur-21eff3e9b10ad2737f49d8fd15731f854854ced2.tar.gz
Update to upstream release 1.47
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8418c844c6a..7eab37cbe5f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pristine-tar
pkgdesc = Tool to regenerate a pristine upstream tarball using only a small binary delta file and a copy of the source which can be a revision control checkout.
- pkgver = 1.46
+ pkgver = 1.47
pkgrel = 1
url = https://salsa.debian.org/debian/pristine-tar
arch = i686
@@ -15,8 +15,8 @@ pkgbase = pristine-tar
depends = xdelta3
depends = xz
conflicts = pristine-tar-git
- source = http://ftp.debian.org/debian/pool/main/p/pristine-tar/pristine-tar_1.46.tar.xz
- sha256sums = 0d27bf6dbd8b22520cd49a8807246f7e9dc9f47c4491ef178e2228071f9479c2
+ source = http://ftp.debian.org/debian/pool/main/p/pristine-tar/pristine-tar_1.47.tar.xz
+ sha256sums = 97e5ddcc3e59f7956c9ace6b73beebb8854411c2978a9c106c806696a509a2a1
pkgname = pristine-tar
diff --git a/PKGBUILD b/PKGBUILD
index 0d3e7903a708..c4a1a7fa4024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Jimmy Tang <jtang@tchpc.tcd.ie>
pkgname=pristine-tar
-pkgver=1.46
+pkgver=1.47
pkgrel=1
pkgdesc="Tool to regenerate a pristine upstream tarball using only a small binary delta file and a copy of the source which can be a revision control checkout."
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ depends=(
conflicts=('pristine-tar-git')
checkdepends=('shunit2' 'diffoscope')
source=(http://ftp.debian.org/debian/pool/main/p/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-sha256sums=('0d27bf6dbd8b22520cd49a8807246f7e9dc9f47c4491ef178e2228071f9479c2')
+sha256sums=('97e5ddcc3e59f7956c9ace6b73beebb8854411c2978a9c106c806696a509a2a1')
build() {
cd "$srcdir/$pkgname-$pkgver"