diff options
author | Esteban Carnevale <alfplayer@mailoo.org> | 2013-09-06 15:52:31 -0300 |
---|---|---|
committer | Esteban Carnevale <alfplayer@mailoo.org> | 2013-09-06 22:49:38 -0300 |
commit | c1b13611073456829e581fc7103c9e85733e5cc7 (patch) | |
tree | d8553a26b602e1976512b55cbe52da74319bd996 | |
parent | dd14d2e28669d6cb3a7e385e9f51f3688e4b8f6f (diff) |
parabolaiso-2013.09.01-2: add dependency parabolaiso-data
-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" |