summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 969d2c08b9e7..c84fcd82fe58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,21 @@
-# Maintainer: kfgz <kfgz at interia dot pl>
+# Maintainer: epitron <chris at ill-logic dot com>
+# Contributor: kfgz <kfgz at interia dot pl>
# Contributor: Abakus <java5 at arcor dot de>
# Contributor: watashi <zejun dot wu at gmail dot com>
pkgname=afflib
-pkgver=3.7.4
+pkgver=3.7.16
pkgrel=1
pkgdesc="is an extensible open format for the storage of disk images and related forensic information."
arch=('i686' 'x86_64')
-url="https://github.com/simsong/AFFLIBv3/releases"
+url="https://github.com/sshock/AFFLIBv3/"
+
+
#url=http://www.sisyphus.ru/en/srpm/Sisyphus/libaff
license=('custom')
depends=('zlib' 'openssl' 'fuse')
-#source=("ftp://ftp.altlinux.org/pub/distributions/ALTLinux/Sisyphus/files/SRPMS//libaff-${pkgver}-alt1.src.rpm")
-source=(https://github.com/simsong/AFFLIBv3/archive/v${pkgver}.tar.gz)
-md5sums=('a81470590cfc2f22a3168f89ebe27ea6')
+source=(https://github.com/sshock/AFFLIBv3/archive/v${pkgver}.tar.gz)
+sha256sums=(SKIP)
#prepare() {
# cd "${srcdir}"