summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorny-a2021-05-21 11:44:33 +0900
committerny-a2021-05-21 11:45:50 +0900
commitb1875a344158b8685da349836bf91b9d3fdf6eb3 (patch)
treebd5d35c152d9dd851bb100fc219d9b4fbea6bc3e /PKGBUILD
parent861fbdb2625f7aa864bbdd84db5f1bf5b6276602 (diff)
downloadaur-b1875a344158b8685da349836bf91b9d3fdf6eb3.tar.gz
Update to 2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55c01e4f8412..3866801bc6e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Cristian Delgado <cristdelc at gmail dot com>
+# Maintainer: ny-a <nyaarch64 at gmail dot com>
+# Contributor: Cristian Delgado <cristdelc at gmail dot com>
# Contributor: Andrew Sun <adsun701 at gmail dot com>
# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com>
pkgname=re
-pkgver=1.1.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="Portable library for real-time communications"
arch=('i686' 'x86_64' 'armv6h')
@@ -12,7 +13,7 @@ license=('BSD')
depends=('openssl' 'zlib')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/baresip/re/archive/v${pkgver}.tar.gz"
"re-flags.patch")
-sha256sums=('82afc903a6b1e436b357f05eb11560ec681712291dd9c83c408465c895f28b5d'
+sha256sums=('43aa439b96aff75fe5768b9f9d49dea97042e42e7647df47b345465763e2f7ed'
'fb1c3db52d49953dbc689b105b3bf90c86ddbde44fbe2cfcf2f271c02e48d36b')
prepare() {