summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43240b12d730..6f20e3ac63ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Feb 24 19:48:11 UTC 2017
pkgbase = fatelf-utils
pkgdesc = Utils for FatELF - Universal Binaries for Linux
pkgver = 111.5e7e594b70fa
- pkgrel = 1
+ pkgrel = 2
url = https://www.icculus.org/fatelf/
arch = i686
arch = x86_64
license = GPL2
makedepends = cmake
source = hg+https://hg.icculus.org/icculus/fatelf
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = fatelf-utils
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}"