summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorelimpfor2017-12-02 14:41:46 -0500
committerelimpfor2017-12-02 14:41:46 -0500
commit0df65e55d4a5ef8a59cd4548fa8bc39adbe14ffd (patch)
tree05e916f7450a7fa80be89830f565014146e990ce
parentf3b482ff62a3239b52c6c4f58de53b46e9ba5865 (diff)
downloadaur-0df65e55d4a5ef8a59cd4548fa8bc39adbe14ffd.tar.gz
updated to 1.77s
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c260a2d5d0d..a510e78e9947 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opmsg
pkgdesc = opmsg message encryption
- pkgver = 1.76s
- pkgrel = 2
+ pkgver = 1.77s
+ pkgrel = 1
url = https://github.com/stealth/opmsg
arch = x86_64
arch = i686
@@ -9,8 +9,8 @@ pkgbase = opmsg
license = GPL3
depends = openssl
conflicts = opmsg-git
- source = https://github.com/stealth/opmsg/archive/rel-1.76s.tar.gz
- sha1sums = 5117551e26f9b9dbbccca62049589c53dbf17053
+ source = https://github.com/stealth/opmsg/archive/rel-1.77s.tar.gz
+ sha1sums = 5985ae8e7ea347c5001829ca07d263e19fbaa5db
pkgname = opmsg
diff --git a/PKGBUILD b/PKGBUILD
index 91b3c8f3533c..75a4784e8178 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Elimpfor <aur@s403.33mail.com>
pkgname=opmsg
-pkgver=1.76s
+pkgver=1.77s
_pkgver=rel-"${pkgver}"
-pkgrel=2
+pkgrel=1
epoch=
pkgdesc="opmsg message encryption"
arch=('x86_64' 'i686' 'armv7h')
@@ -10,7 +10,7 @@ url="https://github.com/stealth/opmsg"
license=('GPL3')
depends=('openssl')
source=("https://github.com/stealth/${pkgname}/archive/${_pkgver}.tar.gz")
-sha1sums=('5117551e26f9b9dbbccca62049589c53dbf17053')
+sha1sums=('5985ae8e7ea347c5001829ca07d263e19fbaa5db')
conflicts=('opmsg-git')
build() {