summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Habot2023-08-13 12:00:57 -0400
committerDan Habot2023-08-13 12:00:57 -0400
commit1ae0753522c7a8499e42047beba92eb983d65b02 (patch)
tree13eacaa41da091aa8c18ba074aa499978b5f566e
parent4e44168511c4ba249a83fb30529a8d644a2af9cc (diff)
downloadaur-1ae0753522c7a8499e42047beba92eb983d65b02.tar.gz
added description and maintainer
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3dffa91c33aa..b8f860ead9b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,5 @@
+# Maintainer: Dan Habot <dan.habot@gmail.com>
+
pkgname=backup-brute-git
_pkgname=backup-brute
pkgver=1.0.r6.g35021ec
@@ -9,6 +11,7 @@ source=('git+https://github.com/danhab99/backup-brute.git')
depends=('go')
makedepends=('go')
md5sums=('SKIP')
+pkgdesc='A simple low-overhead backup utility that uses S3 and E2E encryption'
pkgver() {
cd "$srcdir/$_pkgname"