diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-09 18:15:39 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-09 18:15:39 -0300 |
commit | f35184e8782d5fe7fc3ea3f11042b29913cde6d8 (patch) | |
tree | c984d07cfb1cb491f5e7a71f3771a81001398d74 /extra/beep/PKGBUILD | |
parent | 520f5964346341a33a8337c8fd5b1afa10de6d5b (diff) | |
parent | 54b7119c36756b86ea463649ee972cd6c1ce5863 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/nload/PKGBUILD
core/glibc/PKGBUILD
extra/aalib/PKGBUILD
extra/apache/PKGBUILD
extra/jasper/PKGBUILD
extra/libasyncns/PKGBUILD
extra/libvorbis/PKGBUILD
extra/libxslt/PKGBUILD
extra/xfce4-timer-plugin/PKGBUILD
multilib/lib32-glibc/PKGBUILD
multilib/lib32-gtk2/PKGBUILD
staging/xorg-xinput/PKGBUILD
Diffstat (limited to 'extra/beep/PKGBUILD')
-rw-r--r-- | extra/beep/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/beep/PKGBUILD b/extra/beep/PKGBUILD index f7a9853ea..a82df6b72 100644 --- a/extra/beep/PKGBUILD +++ b/extra/beep/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 90320 2010-09-10 17:01:06Z eric $ -# Maintainer: Eric Belanger <eric@archlinux.org> +# $Id: PKGBUILD 149366 2012-02-07 08:26:35Z eric $ +# Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=beep pkgver=1.3 -pkgrel=1 +pkgrel=2 pkgdesc="Advanced PC speaker beeping program" arch=('i686' 'x86_64' 'mips64el') url="http://www.johnath.com/beep" license=('GPL2') depends=('glibc') source=(http://www.johnath.com/beep/${pkgname}-${pkgver}.tar.gz) -md5sums=('49c340ceb95dbda3f97b2daafac7892a') sha1sums=('8cba283e507dc9e401da011a9c92a2e24ea2bf70') build() { |