summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWonwoo Choi2018-12-28 10:09:05 +0900
committerWonwoo Choi2018-12-28 10:09:05 +0900
commit01db3be5978d9a9662ab7c5f3694b94615da50e9 (patch)
tree5810e7137d1c41571ce01c406c4df06f8e2305d6
parentc3bddc4ed685a67935a27d07f643071656259318 (diff)
downloadaur-01db3be5978d9a9662ab7c5f3694b94615da50e9.tar.gz
Initialize thtypes submodule
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 492f4df7938d..f2d47a6c3d81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thtk-git
pkgdesc = A collection of tools for exploring and modifying the Touhou game series
- pkgver = r305.21620f0
+ pkgver = r482.6825664
pkgrel = 1
url = https://github.com/thpatch/thtk
arch = i686
@@ -9,7 +9,7 @@ pkgbase = thtk-git
makedepends = git
makedepends = cmake
depends = libpng
- provides = thtk=r305.21620f0
+ provides = thtk=r482.6825664
conflicts = thtk
source = thtk-git::git://github.com/thpatch/thtk.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b11dac76f233..8430a2d63983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: VBChunguk <chwo9843@gmail.com>
+# Maintainer: Tirr <chwo9843@gmail.com>
pkgname=thtk-git
-pkgver=r305.21620f0
+pkgver=r482.6825664
pkgrel=1
pkgdesc="A collection of tools for exploring and modifying the Touhou game series"
arch=('i686' 'x86_64')
@@ -15,6 +15,7 @@ md5sums=('SKIP')
prepare() {
cd "$srcdir/$pkgname"
+ git submodule update --init extlib/thtypes
sed -i.old -e '/RPATH/d' CMakeLists.txt
}