summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-07-28 10:47:19 -0400
committerGuillaume Horel2021-07-28 10:47:19 -0400
commitaedb30699fe944a163cad36c3923ebe086c64606 (patch)
tree8ed8942c06b754be57d7e5933508eeac46d078d3
parent4cbf8549712d0677066b22c91f473e6cb253aec8 (diff)
downloadaur-aedb30699fe944a163cad36c3923ebe086c64606.tar.gz
use more recent commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb992feb30ce..692325e58f56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libdecaf
pkgdesc = A 448-bit Edwards curve
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://sourceforge.net/projects/ed448goldilocks/
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = libdecaf
makedepends = git
makedepends = python
depends = glibc
- source = libdecaf-1.0.1::git+git://git.code.sf.net/p/ed448goldilocks/code#commit=aa9c5c
+ source = libdecaf-1.0.1::git+git://git.code.sf.net/p/ed448goldilocks/code#commit=41f349
sha256sums = SKIP
pkgname = libdecaf
diff --git a/PKGBUILD b/PKGBUILD
index c6921e04d8de..e80fef47d37c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='libdecaf'
pkgver='1.0.1'
-pkgrel=2
+pkgrel=3
pkgdesc="A 448-bit Edwards curve"
url="https://sourceforge.net/projects/ed448goldilocks/"
depends=('glibc')
makedepends=('cmake' 'git' 'python')
license=('MIT')
arch=('x86_64')
-source=("libdecaf-1.0.1::git+git://git.code.sf.net/p/ed448goldilocks/code#commit=aa9c5c")
+source=("libdecaf-1.0.1::git+git://git.code.sf.net/p/ed448goldilocks/code#commit=41f349")
sha256sums=('SKIP')
build() {