summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d488003607a..ce70e6694289 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = secret
- pkgdesc = A simple and tiny tool that will help you keep your little secrets
- pkgver = 0.5
+ pkgdesc = A tiny secret store to keep your little secrets
+ pkgver = 0.7
pkgrel = 1
url = https://github.com/angt/secret
arch = x86_64
license = BSD
makedepends = git
- source = git+https://github.com/angt/secret#tag=v0.5
+ source = git+https://github.com/angt/secret#tag=v0.7
md5sums = SKIP
pkgname = secret
diff --git a/PKGBUILD b/PKGBUILD
index 946da62ca119..48d138124496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Adrien Gallouët <adrien@gallouet.fr>
pkgname=secret
-pkgver=0.5
+pkgver=0.7
pkgrel=1
-pkgdesc="A simple and tiny tool that will help you keep your little secrets"
+pkgdesc="A tiny secret store to keep your little secrets"
arch=('x86_64')
url="https://github.com/angt/secret"
license=('BSD')