summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-09-07 09:01:32 -0400
committerAndrew Sun2019-09-07 09:01:32 -0400
commit1f24fab64c41692a86f58a3edd0a8a347001f4b6 (patch)
treef21d0e42f67362ae93136287990997b47ea12869
parentc396be2c764ca384bc33b173c61de4dbcbf69d3f (diff)
downloadaur-1f24fab64c41692a86f58a3edd0a8a347001f4b6.tar.gz
re: update to 0.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41b30bd3ea6b..a08cef29d4e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = re
- pkgdesc = portable library for real-time communications
- pkgver = 0.6.0
+ pkgdesc = Portable library for real-time communications
+ pkgver = 0.6.1
pkgrel = 1
url = http://creytiv.com/re.html
arch = i686
@@ -9,9 +9,9 @@ pkgbase = re
license = BSD
depends = openssl
depends = zlib
- source = http://creytiv.com/pub/re-0.6.0.tar.gz
+ source = http://creytiv.com/pub/re-0.6.1.tar.gz
source = re-flags.patch
- sha256sums = 0e97bcb5cc8f84d6920aa78de24c7d4bf271c5ddefbb650848e0db50afe98131
+ sha256sums = cd5bfc79640411803b200c7531e4ba8a230da3806746d3bd2de970da2060fe43
sha256sums = fb1c3db52d49953dbc689b105b3bf90c86ddbde44fbe2cfcf2f271c02e48d36b
pkgname = re
diff --git a/PKGBUILD b/PKGBUILD
index 567fde1a78e6..e7fd311a13b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
-# Contributor: Dmitrij D. Czarkoff <czarkoff@gmail.com>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com>
pkgname=re
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
-pkgdesc="portable library for real-time communications"
+pkgdesc="Portable library for real-time communications"
arch=('i686' 'x86_64' 'armv6h')
url="http://creytiv.com/re.html"
license=('BSD')
depends=('openssl' 'zlib')
source=("http://creytiv.com/pub/${pkgname}-${pkgver}.tar.gz"
"re-flags.patch")
-sha256sums=('0e97bcb5cc8f84d6920aa78de24c7d4bf271c5ddefbb650848e0db50afe98131'
+sha256sums=('cd5bfc79640411803b200c7531e4ba8a230da3806746d3bd2de970da2060fe43'
'fb1c3db52d49953dbc689b105b3bf90c86ddbde44fbe2cfcf2f271c02e48d36b')
prepare() {