diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-18 23:36:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-18 23:36:02 +0200 |
commit | 6b1e5e93fe89e800547373d295ae0609d56e42b9 (patch) | |
tree | e77a3d23d211e35f1a2ac8cbdc986d4cc3077288 | |
parent | add dist (diff) | |
download | file2key-6b1e5e93fe89e800547373d295ae0609d56e42b9.tar.gz file2key-6b1e5e93fe89e800547373d295ae0609d56e42b9.tar.bz2 file2key-6b1e5e93fe89e800547373d295ae0609d56e42b9.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 026a626..77ea7d8 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -2,12 +2,12 @@ pkgname=file2key pkgver=1 -pkgrel=1 +pkgrel=2 pkgdesc="A simple command that generates a key from a file and a passphrase" arch=(i686 x86_64) url="https://github.com/maandree/file2key" license=('GPL3') -depends=(gcc glibc libpassphrase) +depends=(glibc libpassphrase) makedepends=(make coreutils gcc glibc libpassphrase) source=($url/archive/$pkgver.tar.gz) sha256sums=(d2cba060a2d361f7de969f2281f68c815f2c5649bade2bfef0eb9427fd61f7b0) |