diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-03-25 13:10:23 -0300 |
|---|---|---|
| committer | TBK <tbk@jjtc.eu> | 2020-03-25 16:30:22 +0000 |
| commit | ec024cdaa064c39093353a6375f7b11eda9452bb (patch) | |
| tree | 276ed2e3f06be71c2b3eeca5165d700806832a5a /testing | |
| parent | 5efe8a7411f3304ed6ada3432e04c60e69b33890 (diff) | |
| download | aports-ec024cdaa064c39093353a6375f7b11eda9452bb.tar.bz2 aports-ec024cdaa064c39093353a6375f7b11eda9452bb.tar.xz | |
testing/sedutil: modernize
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/sedutil/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/sedutil/APKBUILD b/testing/sedutil/APKBUILD index 05a3bc4448..dd12c7b7a3 100644 --- a/testing/sedutil/APKBUILD +++ b/testing/sedutil/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> -pkgname="sedutil" -pkgver="1.15.1" +pkgname=sedutil +pkgver=1.15.1 pkgrel=0 pkgdesc="DTA sedutil Self encrypting drive software" url="https://github.com/Drive-Trust-Alliance/sedutil" @@ -11,7 +11,6 @@ options="!check" # requires hardware makedepends="automake autoconf libtool linux-headers" subpackages="$pkgname-doc" source="sedutil-$pkgver.tar.gz::https://github.com/Drive-Trust-Alliance/sedutil/archive/$pkgver.tar.gz" -builddir="$srcdir/sedutil-$pkgver" prepare() { default_prepare |
