summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2018-09-02 12:22:01 +1000
committerMark Blakeney2018-09-02 12:22:01 +1000
commit83b9b77e7a12a33589440dff8b10803becb4e374 (patch)
tree5c82a51d2682367c2f865ab6617d8f801a32d84e /PKGBUILD
parent9eb50b0dc32403bddb2ff276bafbcf6dff3cda3d (diff)
downloadaur-83b9b77e7a12a33589440dff8b10803becb4e374.tar.gz
Update to 1.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77ed8a5c766d..698dbf0025e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=b2restore
-pkgver=1.8
-pkgrel=2
+pkgver=1.9.2
+pkgrel=1
pkgdesc="Program to recreate Backblaze B2 file archive at specified date+time."
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
backup=("etc/$pkgname.conf")
-depends=("python")
+depends=("python>=3.5")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('253f2801bac1d2f7453034cea8f4bd44')
+md5sums=('6d0fd146941a8bbc06f123f96ab9cb00')
package() {
cd "$pkgname-$pkgver"