summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-09-11 12:29:44 -0400
committerAndrew Sun2020-09-11 12:29:44 -0400
commitaaca954c77e52324e7cff97e40a7fa409a07ed05 (patch)
tree52637ae3845f52b9ada85cb8c765b7fd7e82b99f
parent1f24fab64c41692a86f58a3edd0a8a347001f4b6 (diff)
downloadaur-aaca954c77e52324e7cff97e40a7fa409a07ed05.tar.gz
1.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a08cef29d4e9..db91967b1cac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = re
pkgdesc = Portable library for real-time communications
- pkgver = 0.6.1
+ pkgver = 1.0.0
pkgrel = 1
- url = http://creytiv.com/re.html
+ url = https://github.com/baresip/re
arch = i686
arch = x86_64
arch = armv6h
license = BSD
depends = openssl
depends = zlib
- source = http://creytiv.com/pub/re-0.6.1.tar.gz
+ source = re-1.0.0.tar.gz::https://github.com/baresip/re/archive/v1.0.0.tar.gz
source = re-flags.patch
- sha256sums = cd5bfc79640411803b200c7531e4ba8a230da3806746d3bd2de970da2060fe43
+ sha256sums = bf0abfc511b7278462e7d54aaae39e7231b9f35423d5026c8210a322c7c8ef2f
sha256sums = fb1c3db52d49953dbc689b105b3bf90c86ddbde44fbe2cfcf2f271c02e48d36b
pkgname = re
diff --git a/PKGBUILD b/PKGBUILD
index e7fd311a13b8..2078b691bc7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com>
pkgname=re
-pkgver=0.6.1
+pkgver=1.0.0
pkgrel=1
pkgdesc="Portable library for real-time communications"
arch=('i686' 'x86_64' 'armv6h')
-url="http://creytiv.com/re.html"
+url="https://github.com/baresip/re"
license=('BSD')
depends=('openssl' 'zlib')
-source=("http://creytiv.com/pub/${pkgname}-${pkgver}.tar.gz"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/baresip/re/archive/v${pkgver}.tar.gz"
"re-flags.patch")
-sha256sums=('cd5bfc79640411803b200c7531e4ba8a230da3806746d3bd2de970da2060fe43'
+sha256sums=('bf0abfc511b7278462e7d54aaae39e7231b9f35423d5026c8210a322c7c8ef2f'
'fb1c3db52d49953dbc689b105b3bf90c86ddbde44fbe2cfcf2f271c02e48d36b')
prepare() {