diff options
author | root <root@rshg047.dnsready.net> | 2011-05-22 22:46:00 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-22 22:46:00 +0000 |
commit | 3837a11a2a471b9db222d8eb6ed7d2fb9d1778c6 (patch) | |
tree | b16474ab1e00c05c11f602c89c6ea093f8d8f0d7 /libre/libui-sh/PKGBUILD | |
parent | 0fdfc2325867395ad4262d06b2d89955ac3cf6a4 (diff) |
Sun May 22 22:46:00 UTC 2011
Diffstat (limited to 'libre/libui-sh/PKGBUILD')
-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') |