mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/gnubg to 1.06.002-6
This commit is contained in:
parent
895fca6367
commit
4b80c730c0
1 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=gnubg
|
||||
pkgver=1.06.002
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="World class backgammon application"
|
||||
arch=('x86_64')
|
||||
url="https://www.gnu.org/software/gnubg/"
|
||||
|
@ -18,6 +18,11 @@ source=(ftp://ftp.gnu.org/gnu/gnubg/gnubg-release-$pkgver-sources.tar.gz
|
|||
md5sums=('d3823526d5c503a961024d761adefd5e'
|
||||
'965f5c7c25f60b27d06cc6fef7befd30')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
sed -i 's/-f/-fn/' doc/Makefile.in doc/Makefile.am
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
|
|
Loading…
Reference in a new issue