summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2018-11-04 17:30:10 +0100
committermrxx2018-11-04 17:30:10 +0100
commitdc6425897b99360efbe45a59e735b3f4b6295800 (patch)
tree4119c6c51c738050ac40dc65793959b0de377914
parent05664f9d603bc1fc019b16afdd61af8eed468a2a (diff)
downloadaur-dc6425897b99360efbe45a59e735b3f4b6295800.tar.gz
Update dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 569e608eb170..4b1462c61f30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gmchess-bin
pkgdesc = Play Chinese chess (Xiangqi) against a human opponent or the computer
pkgver = 0.29.6
- pkgrel = 1
+ pkgrel = 2
url = http://www.xqbase.com/
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = gmchess-bin
makedepends = libarchive
depends = gtkmm
depends = eleeye-bin
+ depends = convert-pgn-bin
conflicts = gmchess
source_i686 = http://security.ubuntu.com/ubuntu/pool/universe/g/gmchess/gmchess_0.29.6-3_i386.deb
sha1sums_i686 = cb855268b688189d52be9b42febfc31be3962e2f
diff --git a/PKGBUILD b/PKGBUILD
index 02cfc7f0011d..fe963da45691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_debpkg=gmchess
pkgname=gmchess-bin
pkgver=0.29.6
-pkgrel=1
+pkgrel=2
pkgdesc="Play Chinese chess (Xiangqi) against a human opponent or the computer"
arch=("i686" "x86_64")
url="http://www.xqbase.com/"
license=('GPL2')
-depends=('gtkmm' 'eleeye-bin')
+depends=('gtkmm' 'eleeye-bin' 'convert-pgn-bin')
conflicts=('gmchess')
makedepends=('libarchive')
source_x86_64=("http://security.ubuntu.com/ubuntu/pool/universe/g/gmchess/${_debpkg}_${pkgver}-3_amd64.deb")