summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoen2016-06-15 21:29:07 +0000
committerLoen2016-06-15 21:29:07 +0000
commitcd59198ae375c6fdca509b5fe0e3f5f7743d6ab5 (patch)
tree49c48f336c3f396a30b7bc44fc8631725904ff26
parente0e6addbd62c53a0bf2463bb31ec521146a0e803 (diff)
downloadaur-cd59198ae375c6fdca509b5fe0e3f5f7743d6ab5.tar.gz
First
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c6d55da1918..5652f331515d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = aesfix
url = https://citp.princeton.edu/research/memory/
arch = any
license = BSD
+ depends = gcc
source = http://citpsite.s3-website-us-east-1.amazonaws.com/oldsite-htdocs/memory-content/src/aesfix-1.0.1.tar.gz
md5sums = f89fb82b69475bfa31f1919aaca5a58b
diff --git a/PKGBUILD b/PKGBUILD
index ac2ccb456319..992d6263321d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="Error-correction for AES key schedules"
arch=(any)
url="https://citp.princeton.edu/research/memory/"
license=('BSD')
+depends=(gcc)
source=("http://citpsite.s3-website-us-east-1.amazonaws.com/oldsite-htdocs/memory-content/src/aesfix-1.0.1.tar.gz")
md5sums=(f89fb82b69475bfa31f1919aaca5a58b)