summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorepitron2018-08-31 22:54:33 -0400
committerepitron2018-08-31 22:54:33 -0400
commit6cc8cdd3ef9202ec9e5307a95b14fffbf9cd36e4 (patch)
treecfeafa9f9bcc2a7bbd89795e723eb2ae0340a58a
parenta3cc8706d3c1c3763160761eada6166ca0ad2c5f (diff)
downloadaur-6cc8cdd3ef9202ec9e5307a95b14fffbf9cd36e4.tar.gz
Updated checksum, and removed some cruft
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 5 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d56c92794ff9..585b04de3df3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = afflib
- 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
pkgver = 3.7.16
pkgrel = 1
url = https://github.com/sshock/AFFLIBv3/
@@ -10,7 +10,7 @@ pkgbase = afflib
depends = openssl
depends = fuse
source = https://github.com/sshock/AFFLIBv3/archive/v3.7.16.tar.gz
- sha256sums = SKIP
+ sha256sums = 9c0522941a24a3aafa027e510c6add5ca9f4defd2d859da3e0b536ad11b6bf72
pkgname = afflib
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}