summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Harmathy2019-02-08 19:35:27 +0100
committerMax Harmathy2019-02-08 19:35:36 +0100
commite60eee8f505e8432b55fb6df9818b6fb36ba53d6 (patch)
treebf05f5e40656e976a99357932e04a5f8fcca5596
parent0c85a35691fa279d2f91658103805a188e1dbb7e (diff)
downloadaur-e60eee8f505e8432b55fb6df9818b6fb36ba53d6.tar.gz
Update to upstream release 1.46
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d14e1e9cf72..f3f437cd5914 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.45
+ pkgver = 1.46
pkgrel = 1
url = https://packages.debian.org/sid/pristine-tar
arch = i686
@@ -12,8 +12,8 @@ pkgbase = pristine-tar
depends = xdelta
depends = xdelta3
conflicts = pristine-tar-git
- source = http://ftp.debian.org/debian/pool/main/p/pristine-tar/pristine-tar_1.45.tar.xz
- sha256sums = d0d478f8e83df67d29bef05c981a9ffbc2ec0b9a09348501fae7401c0a7f1f43
+ source = http://ftp.debian.org/debian/pool/main/p/pristine-tar/pristine-tar_1.46.tar.xz
+ sha256sums = 0d27bf6dbd8b22520cd49a8807246f7e9dc9f47c4491ef178e2228071f9479c2
pkgname = pristine-tar
diff --git a/PKGBUILD b/PKGBUILD
index 1c07d95ec9e4..abb49ce021a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Jimmy Tang <jtang@tchpc.tcd.ie>
pkgname=pristine-tar
-pkgver=1.45
+pkgver=1.46
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')
@@ -14,7 +14,7 @@ depends=('perl' 'xdelta' 'xdelta3')
conflicts=('pristine-tar-git')
checkdepends=('shunit2' 'diffoscope')
source=(http://ftp.debian.org/debian/pool/main/p/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-sha256sums=('d0d478f8e83df67d29bef05c981a9ffbc2ec0b9a09348501fae7401c0a7f1f43')
+sha256sums=('0d27bf6dbd8b22520cd49a8807246f7e9dc9f47c4491ef178e2228071f9479c2')
build() {
cd "$srcdir/$pkgname-$pkgver"