diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-07 14:59:20 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-07 14:59:20 -0300 |
commit | 2a6fe0b14ebe241fcd9c9de63a4b7f140d7a522a (patch) | |
tree | 41e109f3dad72c224abf28fc3f2e370c68d715d1 /libre | |
parent | 1f65706239558b7701254e3f10933c42a43ef866 (diff) | |
parent | 9b7260e8a409470302d46dc2c02feabfc933a155 (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre')
-rw-r--r-- | libre/parabolaiso/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/parabolaiso/PKGBUILD b/libre/parabolaiso/PKGBUILD index 8a8290ef1..833a6f56b 100644 --- a/libre/parabolaiso/PKGBUILD +++ b/libre/parabolaiso/PKGBUILD @@ -4,12 +4,12 @@ pkgname=parabolaiso pkgver=2013.09.01 -pkgrel=1 +pkgrel=2 pkgdesc='Tools for creating Parabola GNU/Linux-libre live and install iso images' arch=('any') url='https://projects.parabolagnulinux.org/parabolaiso.git/' license=('GPL') -depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools') +depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'parabolaiso-data') provides=('archiso') conflicts=('archiso') source=("https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.gz" |