summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07b02ed53daa..468578a46c22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = s3find-bin
pkgdesc = A command line utility to walk an Amazon S3 hierarchy, an analog of find for Amazon S3
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AnderEnder/s3find-rs
arch = x86_64
license = BSD-2-Clause
diff --git a/PKGBUILD b/PKGBUILD
index ea01affb1f1c..e4379d8c95d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=s3find-bin
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='A command line utility to walk an Amazon S3 hierarchy, an analog of find for Amazon S3'
arch=('x86_64')
url="https://github.com/AnderEnder/s3find-rs"