diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-26 01:05:09 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-26 01:05:09 -0300 |
commit | 78fa3fcb824603de4b7bc558a423edca6bc18836 (patch) | |
tree | 2e910ec8280d8cab2155448f9625fdb7ced11411 /community/minbif/PKGBUILD | |
parent | 08d857770b7f32957bdf191d1ce3c73cb5bbe4df (diff) | |
parent | d8eb584da3a24a7b4cccf1b4b39b19ca8fc19495 (diff) |
Merge branch 'master' of ssh://gparabola/abslibre-mips64el
Diffstat (limited to 'community/minbif/PKGBUILD')
-rw-r--r-- | community/minbif/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/minbif/PKGBUILD b/community/minbif/PKGBUILD index eb9885df6..a77b8a4e3 100644 --- a/community/minbif/PKGBUILD +++ b/community/minbif/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54473 2011-08-18 15:08:10Z bluewind $ +# $Id: PKGBUILD 66328 2012-02-23 15:30:58Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: AkiraYB <brunoyb!yahoo,com,br> pkgname=minbif -pkgver=1.0.4 -pkgrel=4 +pkgver=1.0.5 +pkgrel=1 pkgdesc='An IRC gateway to IM networks that uses libpurple.' arch=('i686' 'x86_64' 'mips64el') url='http://minbif.im/' @@ -15,9 +15,9 @@ optdepends=('xinetd: to run minbif through xinetd') backup=('etc/minbif/minbif.conf' 'etc/minbif/minbif.motd') install='minbif.install' -source=("http://minbif.im/attachments/download/90/${pkgname}-${pkgver}.tar.gz" +source=("http://minbif.im/attachments/download/148/${pkgname}-${pkgver}.tar.gz" 'minbif') -md5sums=('25069fb6015dfb9ddc24ef2e09e74da3' +md5sums=('00c5c1abbe2b8a9d900961832c7909a8' '307a6fab42bcaeed11a55b5fb4589778') build() { |