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 ba6890dd21d8..c60bd0b0d198 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = secret
- pkgdesc = Keep your little secrets, publicly.
- pkgver = 0.3
+ pkgdesc = A simple and tiny tool that will help you keep your little secrets
+ pkgver = 0.4
pkgrel = 1
url = https://github.com/angt/secret
arch = x86_64
license = BSD
makedepends = git
- source = git+https://github.com/angt/secret#tag=v0.3
+ source = git+https://github.com/angt/secret#tag=v0.4
md5sums = SKIP
pkgname = secret
diff --git a/PKGBUILD b/PKGBUILD
index 81892ab790b7..d682dab92a46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Adrien Gallouët <adrien@gallouet.fr>
pkgname=secret
-pkgver=0.3
+pkgver=0.4
pkgrel=1
-pkgdesc="Keep your little secrets, publicly."
+pkgdesc="A simple and tiny tool that will help you keep your little secrets"
arch=('x86_64')
url="https://github.com/angt/secret"
license=('BSD')