summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGavin Lloyd2017-02-24 11:48:22 -0800
committerGavin Lloyd2017-02-24 11:48:22 -0800
commit8a7b00f973a7c3c9f44bc2e052edec985dcf428e (patch)
tree7a3b018ea4a5f87c8510240d707d4cf3f3f9337b /PKGBUILD
parent831d398c9f66f5eff32a30cc4dc38c08ad3a74f1 (diff)
downloadaur-8a7b00f973a7c3c9f44bc2e052edec985dcf428e.tar.gz
Use sha256sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6377cc5f4708..90ce61850be4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=fatelf-utils
_pkgname=fatelf
pkgver=111.5e7e594b70fa
-pkgrel=1
+pkgrel=2
pkgdesc='Utils for FatELF - Universal Binaries for Linux'
arch=('i686' 'x86_64')
url='https://www.icculus.org/fatelf/'
license=('GPL2')
makedepends=('cmake')
source=('hg+https://hg.icculus.org/icculus/fatelf')
-md5sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"