Skip to content

Commit

Permalink
Update PKGBUILD for 0.1a6
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed May 24, 2023
1 parent 4cc65bf commit efea390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Maintainer: Tomasz Knapik <[email protected]>
pkgname=buckup
pkgver=0.1a5
pkgver=0.1a6
pkgrel=1
pkgdesc="Command line tool to create S3 buckets easily."
url="https://github.com/torchbox/buckup"
license=('BSD')
arch=('any')
depends=('python-boto3')
source=("https://github.com/torchbox/buckup/archive/v${pkgver}.tar.gz")
md5sums=('a0f7790b41ea61e71892086da9ce8a85')
md5sums=('0e7772d4ad89d220449a286a2b119d22')

build() {
cd "${srcdir}"/${pkgname}-${pkgver}
Expand Down

0 comments on commit efea390

Please sign in to comment.