summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2718e887adde..7891786bd5ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by makepkg 5.0.0
+# Mon Feb 8 12:08:51 UTC 2016
pkgbase = reop
pkgdesc = Utility to create and verify cryptographic signatures
pkgver = 2.1.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/tedu/reop/
arch = arm
arch = i686
arch = x86_64
license = MIT
- depends = libsodium
+ depends = libsodium>=1.0.8
conflicts = reop-git
options = zipman
source = http://www.tedunangst.com/flak/files/reop-2.1.0.tgz
diff --git a/PKGBUILD b/PKGBUILD
index 9c0c0f94fa07..a0c23e29e457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Malina Salina <bluesilence@hotmail.co.uk>
pkgname='reop'
pkgver='2.1.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Utility to create and verify cryptographic signatures'
url='https://github.com/tedu/reop/'
license=('MIT')
arch=('arm' 'i686' 'x86_64')
-depends=('libsodium')
+depends=('libsodium>=1.0.8')
conflicts=('reop-git')
options=('zipman')
source=("http://www.tedunangst.com/flak/files/${pkgname}-${pkgver}.tgz")