summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc4081b08cb6..c6a15e620666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: schuay <jakob.gruber@gmail.com>
+# Maintainer: Anthony VanBerkum <anthonyvbop@gmail.com>
+# Contributor: schuay <jakob.gruber@gmail.com>
# Contributor: mk47at
pkgname=rftg
pkgver=0.9.5
-_pkgver=0.9.4
-pkgrel=1
+pkgrel=2
pkgdesc="Singleplayer and online implementation of the card game Race for the Galaxy by Tom Lehman."
arch=('x86_64')
url="http://keldon.net/rftg/"
license=('GPL')
depends=('gtk2')
+makedepends=('xorgproto')
source=("https://github.com/bnordli/rftg/archive/${pkgver}.tar.gz"
"$pkgname.desktop"
"rftg.svg")