summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Harmathy2017-09-01 13:10:42 +0200
committerMax Harmathy2017-09-01 13:10:42 +0200
commitf5ede0d5fa1d7a0fa489b8c360ca9653103b111f (patch)
tree2665e7675833a4cb20ace306bd18c0c732458ee3
parent2f4e75167f5a298fdebe6e6098674701d3f6e225 (diff)
downloadaur-f5ede0d5fa1d7a0fa489b8c360ca9653103b111f.tar.gz
Update to upstream release 1.41
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbf08803154c..99c036381fb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.40
- pkgrel = 2
+ pkgver = 1.41
+ pkgrel = 1
url = https://packages.debian.org/sid/pristine-tar
arch = i686
arch = x86_64
@@ -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.40.tar.xz
- sha256sums = 03e45374f908bf7821a9244f9555d68257070865585574bc5b4cf9d4d39b4e54
+ source = http://ftp.debian.org/debian/pool/main/p/pristine-tar/pristine-tar_1.41.tar.xz
+ sha256sums = 5137b35ec3bd669d46f464b1affc95c921c11f0a27685632260a6280e470b13f
pkgname = pristine-tar
diff --git a/PKGBUILD b/PKGBUILD
index f935a240eaf8..7ce02eaa3a6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Jimmy Tang <jtang@tchpc.tcd.ie>
pkgname=pristine-tar
-pkgver=1.40
-pkgrel=2
+pkgver=1.41
+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')
url="https://packages.debian.org/sid/pristine-tar"
@@ -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=('03e45374f908bf7821a9244f9555d68257070865585574bc5b4cf9d4d39b4e54')
+sha256sums=('5137b35ec3bd669d46f464b1affc95c921c11f0a27685632260a6280e470b13f')
build() {
cd "$srcdir/$pkgname-$pkgver"