diff options
-rw-r--r-- | libre/aif-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/aif-libre/PKGBUILD b/libre/aif-libre/PKGBUILD index 82809afdf..1a12d1a68 100644 --- a/libre/aif-libre/PKGBUILD +++ b/libre/aif-libre/PKGBUILD @@ -2,11 +2,11 @@ # Maintainer: Dieter Plaetinck <dieter@plaetinck.be> pkgname=aif-libre -pkgver=2011.02.13 +pkgver=2011.05.22 pkgrel=1 pkgdesc="The ArchLinux Installation Framework (Parabola Rebranded)" arch=('any') -url="http://projects.parabolagnulinux.org/aif.git/" +url="https://projects.parabolagnulinux.org/aif.git" license=('GPL3') depends=('util-linux-ng' 'bash' 'pacman' 'coreutils' 'grub' 'grep' 'mkinitcpio' 'awk' 'sed' 'libui-sh') optdepends=('cryptsetup: for encryption support' @@ -22,12 +22,11 @@ optdepends=('cryptsetup: for encryption support' replaces=('aif') conflicts=('aif') provides=('aif') -source=(http://projects.parabolagnulinux.org/aif.git/snapshot/aif-${pkgver}-parabola.tar.bz2) -md5sums=('8727035c4bbadd24275aa3a27db88643') +source=($url/snapshot/aif-${pkgver}.tar.bz2) build() { - cd $srcdir/aif-$pkgver-parabola/ + cd $srcdir/aif-$pkgver/ make DESTDIR="$pkgdir/" install @@ -35,3 +34,4 @@ build() { # vim:set ts=2 sw=2 et: +md5sums=('2dbbdc5321111e6cb30a4a8f68018f12') |