20 May
2010
20 May
'10
11:44 a.m.
Hi, I am new to archlinux and just tried to install xboard this afternoon and found out that the package is labeled orphan. I updated the PKGBUILD (attached) and made a successful installation. Any TU would like to adopt the package? The difference between the original PKGBUILD and my PKGBUILD is listed below: 6,7c6,7 < pkgver=4.4.1 < pkgrel=2 ---
pkgver=4.4.3 pkgrel=0 14,15c14,15 < source=(ftp://ftp.gnu.org/gnu/$pkgname/${pkgname}-${pkgver}.tar.gz) < md5sums=('4623a83fdd43f410bfcc8a20e2eb1474')
source=(http://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('6b30535c0883205d23d389b12c1295a8')
Thank you for your kind attention.