summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ef72f504067..2613bbb188a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = rftg
pkgdesc = Singleplayer and online implementation of the card game Race for the Galaxy by Tom Lehman.
pkgver = 0.9.5
- pkgrel = 1
+ pkgrel = 2
url = http://keldon.net/rftg/
arch = x86_64
license = GPL
+ makedepends = xorgproto
depends = gtk2
source = https://github.com/bnordli/rftg/archive/0.9.5.tar.gz
source = rftg.desktop
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")