diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-22 14:12:12 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-22 14:12:12 -0300 |
commit | 601109f5ce822b34268e9fb3582796c573cbf63d (patch) | |
tree | 3d4766a7b7a5b76d45e7d803183f0197f1d23b62 /libre/libui-sh | |
parent | fed552bf8ae3e8f1760676f14f1457a7676f5513 (diff) | |
download | abslibre-601109f5ce822b34268e9fb3582796c573cbf63d.tar.gz abslibre-601109f5ce822b34268e9fb3582796c573cbf63d.tar.bz2 abslibre-601109f5ce822b34268e9fb3582796c573cbf63d.zip |
libui-sh-2011.05.22-1
Diffstat (limited to 'libre/libui-sh')
-rw-r--r-- | libre/libui-sh/PKGBUILD | 9 |
1 files 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 <dieter@plaetinck.be> 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') |