diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-03 19:39:26 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-03 19:39:26 -0300 |
commit | 215e116103d134346fd7f52768bbc9576df3e5e0 (patch) | |
tree | 4cf6c455db057066d7651dcaf237482894a417a7 /libre/grub/PKGBUILD | |
parent | 7d4e07e8868c73807898655a606cec738d2e1632 (diff) | |
download | abslibre-215e116103d134346fd7f52768bbc9576df3e5e0.tar.gz abslibre-215e116103d134346fd7f52768bbc9576df3e5e0.tar.bz2 abslibre-215e116103d134346fd7f52768bbc9576df3e5e0.zip |
grub-0.97-21.1: fixing some parts
Diffstat (limited to 'libre/grub/PKGBUILD')
-rw-r--r-- | libre/grub/PKGBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD index 29870d611..bc0480e6b 100644 --- a/libre/grub/PKGBUILD +++ b/libre/grub/PKGBUILD @@ -5,7 +5,7 @@ pkgname=grub pkgver=0.97 -pkgrel=21 +pkgrel=21.1 pkgdesc="A GNU multiboot boot loader (Parabola rebranded)" arch=('i686' 'x86_64') license=('GPL') @@ -13,9 +13,6 @@ url="http://www.gnu.org/software/grub/" groups=('base') depends=('ncurses' 'diffutils' 'sed') optdepends=('xfsprogs: freezing of xfs /boot in install-grub script') -replaces=('grub') -conflicts=('grub') -provides=("grub=$pkgver") source=(ftp://alpha.gnu.org/gnu/grub/grub-$pkgver.tar.gz menu.lst install-grub |