diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-10 15:58:49 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-10 15:58:49 -0300 |
commit | ab9c6abcee2275c4aa4d62a599ce8b8a730039e1 (patch) | |
tree | c33954ad99ff223634658f05df0f6be50de5b8b4 /libre | |
parent | 025986262054b6315e913d2291986fd6c1f81a43 (diff) |
libui-sh-2011.10.09-2: update version
Diffstat (limited to 'libre')
-rw-r--r-- | libre/libui-sh/PKGBUILD | 11 |
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: + |