summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony VB2019-12-21 15:48:15 -0500
committerAnthony VB2019-12-21 15:48:15 -0500
commit8b5cb67a28bb08d6298abb587e1c98f14bc129b2 (patch)
tree0a43aa642ffbe34e56b27b1e763b11f4838341b8 /PKGBUILD
parented6c0eafa9c4b735b4d3f560dddfcbc6bda1a4ae (diff)
downloadaur-rftg.tar.gz
Add xorgproto as makedepends.
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")