diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-18 08:27:35 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-18 12:53:23 -0300 |
commit | ed212c0986c490715f9c8012734682ad9e252be2 (patch) | |
tree | d62c50dd6165d562b0a98e569fc0ff964733d5e9 /libre/bzip2-static/PKGBUILD | |
parent | abca8b21f18fe8938535ba52267db472a839a3b4 (diff) | |
download | abslibre-ed212c0986c490715f9c8012734682ad9e252be2.tar.gz abslibre-ed212c0986c490715f9c8012734682ad9e252be2.tar.bz2 abslibre-ed212c0986c490715f9c8012734682ad9e252be2.zip |
bzip2-static: remove groups variable
Diffstat (limited to 'libre/bzip2-static/PKGBUILD')
-rw-r--r-- | libre/bzip2-static/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/bzip2-static/PKGBUILD b/libre/bzip2-static/PKGBUILD index 059195fab..36d888398 100644 --- a/libre/bzip2-static/PKGBUILD +++ b/libre/bzip2-static/PKGBUILD @@ -4,12 +4,11 @@ _pkgname=bzip2 pkgname=bzip2-static pkgver=1.0.6 -pkgrel=5 +pkgrel=5.1 pkgdesc="A high-quality data compression program (static libraries only)" arch=('i686' 'x86_64' 'armv7h') license=('custom') url="http://sources.redhat.com/bzip2" -groups=('base') depends=('bzip2') options=('staticlibs') source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz |