summaryrefslogtreecommitdiff
path: root/libre/aif-libre/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-05-22 14:14:13 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-05-22 14:14:13 -0300
commit26a12b03bfb90393abc85182d602c8a0710e1bf7 (patch)
tree657e99b413fc20b051d8b67aa02e55f112f2b05e /libre/aif-libre/PKGBUILD
parent601109f5ce822b34268e9fb3582796c573cbf63d (diff)
aif-libre-2011.05.22-1
Diffstat (limited to 'libre/aif-libre/PKGBUILD')
-rw-r--r--libre/aif-libre/PKGBUILD10
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')