mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +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
|
||||
|
||||
pkgname=gnubg
|
||||
pkgver=1.04.001
|
||||
pkgver=1.05.000
|
||||
pkgrel=1
|
||||
pkgdesc="World class backgammon application"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnubg.org"
|
||||
license=('GPL3')
|
||||
depends=('python2' 'gtkglext' 'hicolor-icon-theme')
|
||||
depends=('python2' 'gtkglext' 'hicolor-icon-theme' 'curl')
|
||||
install=$pkgname.install
|
||||
source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
|
||||
$pkgname.desktop)
|
||||
md5sums=('b1e651461d5dfcd147741a81102408d8'
|
||||
md5sums=('2c2d291deedcb72d1fcbbd8faf90d55c'
|
||||
'965f5c7c25f60b27d06cc6fef7befd30')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue