diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-12 20:33:56 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-12 20:33:56 +0200 |
commit | 9cae995344277f8e03c13ee461ed7db612035c81 (patch) | |
tree | 0efeea5e62f8aca4f7bfa42c155fa1fa13c95f81 | |
parent | dist (diff) | |
download | bfind-9cae995344277f8e03c13ee461ed7db612035c81.tar.gz bfind-9cae995344277f8e03c13ee461ed7db612035c81.tar.bz2 bfind-9cae995344277f8e03c13ee461ed7db612035c81.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index b5cc6f3..d43fa33 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="find replacement optimised for finding files rather then listing files" url="https://github.com/maandree/bfind" arch=(any) -license=(aGPL3) +license=(GPL3) depends=(bash coreutils) makedepends=(make coreutils sed texinfo gzip) install=bfind.install |