summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-05-28 15:04:21 -0700
committerAndy Weidenbaum2016-05-28 15:04:21 -0700
commitb7cef48f3987c74a1e7981535f603cb21f00584d (patch)
treeb5003d99b6ce42cbad5a9fff413d34cd57de4507
parent70bfa45f1dfe694684a8c0ecc43c247d1cebc771 (diff)
downloadaur-b7cef48f3987c74a1e7981535f603cb21f00584d.tar.gz
update pkgver to 20160525, url source
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cac59d92cd7e..5395edbacf44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Apr 3 16:47:31 UTC 2016
+# Sat May 28 22:00:29 UTC 2016
pkgbase = libsecp256k1-git
pkgdesc = Optimized C library for EC operations on curve secp256k1
- pkgver = 20160216
+ pkgver = 20160525
pkgrel = 1
- url = https://github.com/bitcoin/secp256k1
+ url = https://github.com/bitcoin-core/secp256k1
arch = i686
arch = x86_64
license = MIT
@@ -18,7 +18,7 @@ pkgbase = libsecp256k1-git
provides = secp256k1
conflicts = libsecp256k1
conflicts = secp256k1
- source = libsecp256k1::git+https://github.com/bitcoin/secp256k1
+ source = libsecp256k1::git+https://github.com/bitcoin-core/secp256k1
sha256sums = SKIP
pkgname = libsecp256k1-git
diff --git a/PKGBUILD b/PKGBUILD
index a148e46c9f3c..174b9936e8ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=libsecp256k1-git
-pkgver=20160216
+pkgver=20160525
pkgrel=1
pkgdesc="Optimized C library for EC operations on curve secp256k1"
arch=('i686' 'x86_64')
-url="https://github.com/bitcoin/secp256k1"
+url="https://github.com/bitcoin-core/secp256k1"
makedepends=('autoconf' 'automake' 'git' 'm4' 'make' 'pkg-config')
license=('MIT')
-source=(${pkgname%-git}::git+https://github.com/bitcoin/secp256k1)
+source=(${pkgname%-git}::git+https://github.com/bitcoin-core/secp256k1)
sha256sums=('SKIP')
provides=('libsecp256k1' 'secp256k1')
conflicts=('libsecp256k1' 'secp256k1')