summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anderson2015-11-19 08:20:53 -0800
committerEric Anderson2015-11-19 08:20:53 -0800
commit2d544d6fe47698db669e4f33673bb333f9a7d29f (patch)
tree7e3540d509a6a6803d76df18f3b92116b02e8d10
parent22062f17820455d920ed121c5f30d573ec9401ec (diff)
downloadaur-2d544d6fe47698db669e4f33673bb333f9a7d29f.tar.gz
Update to 1.18.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c88fd1236fc0..211ac6433cf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obnam
pkgdesc = Easy, secure backup program
- pkgver = 1.18.1
- pkgrel = 2
+ pkgver = 1.18.2
+ pkgrel = 1
url = http://obnam.org/
arch = i686
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = obnam
depends = python2-cliapp
depends = python2-yaml
optdepends = python2-fuse: support for mounting backups
- source = http://code.liw.fi/debian/pool/main/o/obnam/obnam_1.18.1.orig.tar.xz
+ source = http://code.liw.fi/debian/pool/main/o/obnam/obnam_1.18.2.orig.tar.xz
source = Add-prefetch-size-argument.patch
- sha256sums = 455159a162ce6cddbe7dacc04f94ba3cd9e65c868ea41d3f06b44254da523c7e
+ sha256sums = cb5ebfb8d7d71a203e26b49c920cd8e017018d3df44ead454f095b7a4e93b7a0
sha256sums = f1504e89c6e003cdf40cfbdc5154dafd3f7fd41aa19c4cab7120486c241d5e32
pkgname = obnam
diff --git a/PKGBUILD b/PKGBUILD
index ea4c663a54f3..a95542f6dc59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Eric Anderson <ejona86@gmail.com>
pkgname=obnam
-pkgver=1.18.1
-pkgrel=2
+pkgver=1.18.2
+pkgrel=1
pkgdesc="Easy, secure backup program"
arch=('i686' 'x86_64')
url="http://obnam.org/"
@@ -13,7 +13,7 @@ depends=('python2-paramiko' 'python2-tracing' 'python2-larch'
optdepends=('python2-fuse: support for mounting backups')
source=("http://code.liw.fi/debian/pool/main/o/obnam/obnam_$pkgver.orig.tar.xz"
'Add-prefetch-size-argument.patch')
-sha256sums=('455159a162ce6cddbe7dacc04f94ba3cd9e65c868ea41d3f06b44254da523c7e'
+sha256sums=('cb5ebfb8d7d71a203e26b49c920cd8e017018d3df44ead454f095b7a4e93b7a0'
'f1504e89c6e003cdf40cfbdc5154dafd3f7fd41aa19c4cab7120486c241d5e32')
build() {