diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-26 11:13:51 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-26 11:13:51 -0500 |
commit | b18caf89fb235f174419d578a7da0237e456ef3d (patch) | |
tree | 9a9f7e391135f5ce2b05b3956ced1a00bd664bbb /libre/libui-sh/PKGBUILD | |
parent | a084559f421a288dd77f81e458161f95ae8d1be9 (diff) | |
parent | 6e35be4b44d90f92ddceb8b067cbbf03fc652a35 (diff) |
Merge branch 'master' of vparabola:~/abslibre-pre-mips64el
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') |