summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3f9c81d0dfe..9b2d03900dd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='libdecaf'
pkgver='1.0.1'
-pkgrel=1
+pkgrel=2
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#tag=v1.0.1")
+source=("libdecaf-1.0.1::git+git://git.code.sf.net/p/ed448goldilocks/code#commit=aa9c5c")
sha256sums=('SKIP')
build() {