summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bf33ecaf92e..7321fb7f09e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = tmxparser-git
pkgdesc = Library for parsing TMX files (Tiled Maps) using TinyXML's DOM interface.
pkgver = 189.d314b31
pkgrel = 1
- url = https://github.com/chemodansama/tmxparser
+ url = https://github.com/sainteos/tmxparser
arch = i686
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 42b7c6afda3b..7b0b39d1049f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=tmxparser-git
pkgver=189.d314b31
pkgrel=1
pkgdesc="Library for parsing TMX files (Tiled Maps) using TinyXML's DOM interface."
-url='https://github.com/chemodansama/tmxparser'
+url='https://github.com/sainteos/tmxparser'
license=('BSD')
depends=('tinyxml2' 'zlib')
makedepends=('git' 'cmake')