diff options
author | Joe <joe@joelightning.com> | 2011-10-20 22:51:34 +0100 |
---|---|---|
committer | Joe <joe@joelightning.com> | 2011-10-20 22:51:34 +0100 |
commit | e866f0523be39471f4ff960fde220ff65ecfe503 (patch) | |
tree | 773659d4e29799c113d364c02b76b8bcde29d932 /extra/linux_logo/PKGBUILD | |
parent | 3bba0cffb3b78e071fed7a076a70916dee05a38e (diff) | |
parent | 5c0a5f2b9fa7f1683f279728342aa7f5f0cf90a3 (diff) |
Merge branch 'master' of ssh://parabola-git/abslibre-mips64el
Diffstat (limited to 'extra/linux_logo/PKGBUILD')
-rw-r--r-- | extra/linux_logo/PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/linux_logo/PKGBUILD b/extra/linux_logo/PKGBUILD index ee3632dfd..7093d16f2 100644 --- a/extra/linux_logo/PKGBUILD +++ b/extra/linux_logo/PKGBUILD @@ -1,9 +1,8 @@ -# $Id: PKGBUILD 84817 2010-07-04 16:35:24Z eric $ -# Maintainer: Damir Perisa <damir@archlinux.org> -# Contributor: Damir Perisa <damir.perisa@bluewin.ch> +# $Id: PKGBUILD 140770 2011-10-19 00:51:32Z eric $ +# Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=linux_logo -pkgver=5.10 +pkgver=5.11 pkgrel=1 pkgdesc="Text-based logo and system information program" arch=('i686' 'x86_64' 'mips64el') @@ -11,8 +10,7 @@ url="http://www.deater.net/weave/vmwprod/linux_logo" license=('GPL') depends=('glibc') source=(http://www.deater.net/weave/vmwprod/linux_logo/${pkgname}-${pkgver}.tar.gz) -md5sums=('30d635841ba2cf630b040fadbf95377d') -sha1sums=('0ba27d563b938fd802e424c8c116e1ea3c19aab4') +sha1sums=('bd22808f165574cb3bc98c579aa48c0acab65f39') build() { cd "${srcdir}/${pkgname}-${pkgver}" |