summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorepitron2018-08-31 22:50:11 -0400
committerepitron2018-08-31 22:50:11 -0400
commita3cc8706d3c1c3763160761eada6166ca0ad2c5f (patch)
tree0e1fbf4059465c164a2d23fd28de5808f297cced
parentdf20ff371e6910423ba4fc57bff21a7fd61f0902 (diff)
downloadaur-a3cc8706d3c1c3763160761eada6166ca0ad2c5f.tar.gz
v3.7.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8099231bd138..d56c92794ff9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = afflib
pkgdesc = is an extensible open format for the storage of disk images and related forensic information.
- pkgver = 3.7.4
+ pkgver = 3.7.16
pkgrel = 1
- url = https://github.com/simsong/AFFLIBv3/releases
+ url = https://github.com/sshock/AFFLIBv3/
arch = i686
arch = x86_64
license = custom
depends = zlib
depends = openssl
depends = fuse
- source = https://github.com/simsong/AFFLIBv3/archive/v3.7.4.tar.gz
- md5sums = a81470590cfc2f22a3168f89ebe27ea6
+ source = https://github.com/sshock/AFFLIBv3/archive/v3.7.16.tar.gz
+ sha256sums = SKIP
pkgname = afflib
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}"