summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorepitron2018-08-31 22:54:33 -0400
committerepitron2018-08-31 22:54:33 -0400
commit6cc8cdd3ef9202ec9e5307a95b14fffbf9cd36e4 (patch)
treecfeafa9f9bcc2a7bbd89795e723eb2ae0340a58a /PKGBUILD
parenta3cc8706d3c1c3763160761eada6166ca0ad2c5f (diff)
downloadaur-6cc8cdd3ef9202ec9e5307a95b14fffbf9cd36e4.tar.gz
Updated checksum, and removed some cruft
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 3 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c84fcd82fe58..4396493b73e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,21 +6,13 @@
pkgname=afflib
pkgver=3.7.16
pkgrel=1
-pkgdesc="is an extensible open format for the storage of disk images and related forensic information."
+pkgdesc="An extensible open format for the storage of disk images and related forensic information"
arch=('i686' 'x86_64')
url="https://github.com/sshock/AFFLIBv3/"
-
-
-#url=http://www.sisyphus.ru/en/srpm/Sisyphus/libaff
license=('custom')
depends=('zlib' 'openssl' 'fuse')
-source=(https://github.com/sshock/AFFLIBv3/archive/v${pkgver}.tar.gz)
-sha256sums=(SKIP)
-
-#prepare() {
-# cd "${srcdir}"
-# tar xvf libaff-${pkgver}.tar
-#}
+source=("https://github.com/sshock/AFFLIBv3/archive/v${pkgver}.tar.gz")
+sha256sums=('9c0522941a24a3aafa027e510c6add5ca9f4defd2d859da3e0b536ad11b6bf72')
build() {
cd "${srcdir}"/AFFLIBv3-${pkgver}