summaryrefslogtreecommitdiff
path: root/libre/libui-sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-04-11 20:31:43 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-04-11 20:31:43 -0400
commit5f338c195e399f2c2486e06be0851d4f597162d7 (patch)
tree4c144c54bbd85fa2e641d219275045bae11cb4c3 /libre/libui-sh
parent158b35a711165b70a2b718b01cbc261ba50a5cf1 (diff)
parent7e431bf14475a0539a570ce18d290d04427c194c (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/abslibre
Diffstat (limited to 'libre/libui-sh')
-rw-r--r--libre/libui-sh/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/libui-sh/PKGBUILD b/libre/libui-sh/PKGBUILD
index 5792f88de..075d8c0a6 100644
--- a/libre/libui-sh/PKGBUILD
+++ b/libre/libui-sh/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Dieter Plaetinck <dieter@plaetinck.be>
pkgname=libui-sh
-pkgver=2011.08.31
-pkgrel=1
+pkgver=2011.10.09
+pkgrel=2
pkgdesc="a shell library providing useful UI functions"
arch=('any')
-url="https://projects.parabolagnulinux.org/libui-sh.git"
+url="http://github.com/Dieterbe/libui-sh/"
license=('GPL3')
depends=('bash')
optdepends=('dialog: for ncurses support')
-source=($url/snapshot/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('79daf01e4cd5b7fb186d1127d3334092')
+source=(ftp://ftp.archlinux.org/other/libui-sh/libui-sh-$pkgver.tar.gz)
+md5sums=('6f855b407d791ab66b78f839835ed915')
build() {
@@ -22,3 +22,4 @@ build() {
}
# vim:set ts=2 sw=2 et:
+