summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d73294168908..3fc5432d3bcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = entityx-git
pkgdesc = A fast, type-safe C++ Entity-Component system
pkgver = 1.2.0.r0.ga7535d8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/alecthomas/entityx
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 79a3f0919f03..48730e1b1072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Xentec <artificial.i7 at gmail dot com>
+# Maintainer: Xentec <xentec at aix0 dot eu>
+# Contributor: Scott Linder <scott dot linder18 at gmail dot com>
pkgname=entityx-git
pkgver=1.2.0.r0.ga7535d8
-pkgrel=2
+pkgrel=3
pkgdesc="A fast, type-safe C++ Entity-Component system"
arch=('i686' 'x86_64')
url="https://github.com/alecthomas/entityx"