Skip to content

Commit 2547c3e

Browse files
committed
Update PKGBUILD for v0.2
1 parent c342b18 commit 2547c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Maintainer: Jake Howard <aur at theorangeone dot net>
22
# Maintainer: Tomasz Knapik <hi@tmkn.org>
33
pkgname=buckup
4-
pkgver=0.1a7
4+
pkgver=0.2
55
pkgrel=1
66
pkgdesc="Command line tool to create S3 buckets easily."
77
url="https://github.com/torchbox/buckup"
88
license=('BSD')
99
arch=('any')
1010
depends=('python-boto3')
1111
source=("https://github.com/torchbox/buckup/archive/v${pkgver}.tar.gz")
12-
md5sums=('0b8d2af294e6b6ccc17be6ec6efc2c09')
12+
md5sums=('d753e9ad480cd919210cfd65c5b2e49d')
1313

1414
build() {
1515
cd "${srcdir}"/${pkgname}-${pkgver}

0 commit comments

Comments
 (0)