summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrien Gallouët2020-05-30 14:08:58 +0000
committerAdrien Gallouët2020-05-30 14:08:58 +0000
commitf2a16ffa56192d33deccc7ea16719e8d9f20a75f (patch)
treef4264278c950232b1d54fce495338f6cb3e83041 /PKGBUILD
parente8844dea4f768a5d4c17ca4ab60cd5a443137e2f (diff)
downloadaur-f2a16ffa56192d33deccc7ea16719e8d9f20a75f.tar.gz
Cleanup
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57e28a0330df..cf25632ac619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Adrien Gallouët <adrien@gallouet.fr>
pkgname=secret
pkgver=0.8
-pkgrel=1
+pkgrel=2
pkgdesc="A tiny secret store to keep your little secrets"
arch=('x86_64')
url="https://github.com/angt/secret"
license=('BSD')
depends=()
makedepends=('git')
-source=("git+https://github.com/angt/secret#tag=v${pkgver}")
+source=("git+$url#tag=v${pkgver}")
md5sums=('SKIP')
prepare() {