From 601109f5ce822b34268e9fb3582796c573cbf63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Sun, 22 May 2011 14:12:12 -0300 Subject: libui-sh-2011.05.22-1 --- libre/libui-sh/PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libre/libui-sh/PKGBUILD b/libre/libui-sh/PKGBUILD index 24f3a89af..1fb9e9717 100644 --- a/libre/libui-sh/PKGBUILD +++ b/libre/libui-sh/PKGBUILD @@ -2,15 +2,15 @@ # Maintainer: Dieter Plaetinck pkgname=libui-sh -pkgver=2010.12.31 +pkgver=2011.05.22 pkgrel=1 pkgdesc="a shell library providing useful UI functions" arch=('any') -url="http://github.com/Dieterbe/libui-sh/" +url="https://projects.parabolagnulinux.org/libui-sh.git" license=('GPL3') depends=('bash') optdepends=('dialog: for ncurses support') -source=(http://repo.parabolagnulinux.org/other/$pkgname-$pkgver.tar.gz) +source=($url/snapshot/${pkgname}-${pkgver}.tar.bz2) build() { @@ -21,5 +21,4 @@ build() { } # vim:set ts=2 sw=2 et: - -md5sums=('8056134adf6ea8ba52d1f6e6e4eaf522') +md5sums=('44e422ca76ca99a7df99e2249ff3b4e5') -- cgit v1.2.3-2-g168b