summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeppia2016-12-15 04:31:33 +0100
committerSeppia2016-12-15 04:31:33 +0100
commitd424dbc756db4484f42ea8825d880832affee904 (patch)
treed773c90cbf96033e427f44e91e985a8e02d5fe37
parent98e4cc1d7e97aa3197171bfc34dc956a71982e0f (diff)
downloadaur-d424dbc756db4484f42ea8825d880832affee904.tar.gz
fixed description
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 119f32029c3b..3a78000720c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 9 01:37:04 UTC 2016
+# Thu Dec 15 03:30:28 UTC 2016
pkgbase = otbluh-git
- pkgdesc = simple one time pad implementation with key generating support
+ pkgdesc = Simple one time pad implementation with key generating support called onetimebluh due to its features
pkgver = r77.9dd9ac1
- pkgrel = 1
+ pkgrel = 2
url = https://git.eigenlab.org/seppia/onetimebluh
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0dd500cdc909..a1fe6e9ae079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Seppia <seppia@seppio.fish>
pkgname=otbluh-git
pkgver=r77.9dd9ac1
-pkgrel=1
-pkgdesc="simple one time pad implementation with key generating support"
+pkgrel=2
+pkgdesc="Simple one time pad implementation with key generating support called onetimebluh due to its features"
arch=('i686' 'x86_64' 'aarch64')
url="https://git.eigenlab.org/seppia/onetimebluh"
license=('GPLv3')