diff options
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
| -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) | 
