mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/gnubg to 1.05.000-1
This commit is contained in:
parent
70624bd4a5
commit
2a0612e9e7
1 changed files with 3 additions and 3 deletions
|
@ -6,17 +6,17 @@
|
||||||
# - --enable-simd=no
|
# - --enable-simd=no
|
||||||
|
|
||||||
pkgname=gnubg
|
pkgname=gnubg
|
||||||
pkgver=1.04.001
|
pkgver=1.05.000
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="World class backgammon application"
|
pkgdesc="World class backgammon application"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.gnubg.org"
|
url="http://www.gnubg.org"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('python2' 'gtkglext' 'hicolor-icon-theme')
|
depends=('python2' 'gtkglext' 'hicolor-icon-theme' 'curl')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
|
source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
|
||||||
$pkgname.desktop)
|
$pkgname.desktop)
|
||||||
md5sums=('b1e651461d5dfcd147741a81102408d8'
|
md5sums=('2c2d291deedcb72d1fcbbd8faf90d55c'
|
||||||
'965f5c7c25f60b27d06cc6fef7befd30')
|
'965f5c7c25f60b27d06cc6fef7befd30')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue