summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 348da01688c8..ed322eb6e466 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = atf
license = BSD
depends = gcc-libs
source = https://github.com/jmmv/atf/archive/atf-0.21.zip
- sha1sums = 743a0a5fda87470330e7dffcd2436f39285a1f95
+ sha1sums = 986f7e13eb8f3ffdba6bd210c39816734589bfb9
pkgname = atf
-
diff --git a/PKGBUILD b/PKGBUILD
index 9d0856513451..023315aa1f84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url='https://github.com/jmmv/atf/'
depends=(gcc-libs)
license=(BSD)
source=(https://github.com/jmmv/atf/archive/atf-$pkgver.zip)
-sha1sums=('743a0a5fda87470330e7dffcd2436f39285a1f95')
+sha1sums=('986f7e13eb8f3ffdba6bd210c39816734589bfb9')
build() {
cd atf-atf-$pkgver