summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Lepin2020-03-23 16:37:15 -0300
committerClaudio Lepin2020-03-23 16:37:15 -0300
commit8afcb9765392ff11479cc0a943995291f5aba112 (patch)
treea480294cb8b4dc096ccedd55ca49f8988926c19d
parent65d0b0a3b5a4ee15ff152d00de3a7af8e25a277f (diff)
downloadaur-ssp.tar.gz
Changes in the desc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1675a11ea94e..bb57a1c7ed4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = ssp
- pkgdesc = Shoulder Surfing Protector
+ pkgdesc = Software that is capable of protect your password by changing it every single minute
pkgver = 20200323.27_00d3cd2
pkgrel = 1
url = https://github.com/azratul/ssp.git
arch = i686
arch = x86_64
- license = GPL
+ license = GPL3
makedepends = go
makedepends = git
depends = man
diff --git a/PKGBUILD b/PKGBUILD
index 578cae56e7ab..fe766bce240b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Software that is capable of protect your password by changing it every single minute"
arch=('i686' 'x86_64')
url='https://github.com/azratul/ssp.git'
-license=('GPL')
+license=('GPL3')
depends=(
'man'
)