diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-03-29 01:43:33 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-03-29 01:43:33 -0300 |
commit | c2e12e2d5d876a17c0d9d2778548d16ec5180a79 (patch) | |
tree | c3b5c39ef52ce74f332b2ac4c3d9a4e6a2fc1285 /libre/p7zip-libre | |
parent | d129573125a9b0f41aeb6c8cc4d5b8698407413b (diff) |
p7zip-libre: fix description on pkgdesc
Diffstat (limited to 'libre/p7zip-libre')
-rw-r--r-- | libre/p7zip-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/p7zip-libre/PKGBUILD b/libre/p7zip-libre/PKGBUILD index 12b1d4bc1..f53c3a28d 100644 --- a/libre/p7zip-libre/PKGBUILD +++ b/libre/p7zip-libre/PKGBUILD @@ -8,8 +8,8 @@ pkgname=p7zip-libre _pkgname=${pkgname%-libre} pkgver=9.20.1 -pkgrel=9 -pkgdesc='Command-line version of the 7zip compressed file archiver, without unrar support' +pkgrel=9.1 +pkgdesc='Command-line version of the 7zip compressed file archiver, without nonfree unrar support' url='http://p7zip.sourceforge.net/' license=('GPL') arch=('i686' 'x86_64' 'mips64el') |