summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cf44a35b174..bcc0317cff14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cipher-git
- pkgdesc = Cipher is a free and open souce text encoding and decoding app specially designed for elementary os. The Cipher app can currently encode and decode between six different ciphers.
+ pkgdesc = Cipher is a free and open souce text encoding and decoding app specially designed for Pantheon Shell. The Cipher app can currently encode and decode between six different ciphers.
pkgver = r91.c060d89
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/arshubham/cipher
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index aae51a180ce3..41d17641ead2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ _gitname=cipher
_author=arshubham
pkgname=("${_gitname}-git")
pkgver=r91.c060d89
-pkgrel=1
-pkgdesc="Cipher is a free and open souce text encoding and decoding app specially designed for elementary os. The Cipher app can currently encode and decode between six different ciphers."
+pkgrel=2
+pkgdesc="Cipher is a free and open souce text encoding and decoding app specially designed for Pantheon Shell. The Cipher app can currently encode and decode between six different ciphers."
arch=('i686' 'x86_64')
url="https://github.com/${_author}/${_gitname}"
license=('GPL3')