summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-04 22:49:42 +0300
committerDimitris Kiziridis2020-04-04 22:49:42 +0300
commitb02ed27d3a58d88948b8050551a2b5777bf04e9c (patch)
tree35009b3d804e6666d1f325220a8b5a081bafe7d0
parenteca0a3b3c9e5c253cacdb23e45bab0df94e219a8 (diff)
downloadaur-b02ed27d3a58d88948b8050551a2b5777bf04e9c.tar.gz
sanitize pkgbuild
-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"