summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2013-11-29 17:04:50 -0800
committeryardenac2013-11-29 17:04:50 -0800
commitbbdb03df3153eb65f2ad5c5abd7d4d30fdbdae67 (patch)
tree57620ddc208a2988f12d7b13b6a26033de5abb02
parent63736e20d42d2dff36d20375f54d4279c4b76e23 (diff)
downloadaur-bbdb03df3153eb65f2ad5c5abd7d4d30fdbdae67.tar.gz
soqt-hg: include all subrepos
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6b9bae55f0d..fb717978e63b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,12 @@ pkgbase = soqt-hg
conflicts = soqt
options = !libtool
source = soqt-hg::hg+https://bitbucket.org/Coin3D/soqt
+ source = hg+https://bitbucket.org/Coin3D/generalmsvcgeneration
+ source = hg+https://bitbucket.org/Coin3D/soanydata
+ source = hg+https://bitbucket.org/Coin3D/sogui
+ md5sums = SKIP
+ md5sums = SKIP
+ md5sums = SKIP
md5sums = SKIP
pkgname = soqt-hg
diff --git a/PKGBUILD b/PKGBUILD
index 8585cbb7855d..88ae40751e0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,11 @@ makedepends=('doxygen')
provides=('soqt')
conflicts=('soqt')
options=('!libtool')
-source=("${pkgname}::hg+https://bitbucket.org/Coin3D/soqt")
-md5sums=('SKIP')
+source=("${pkgname}::hg+https://bitbucket.org/Coin3D/soqt"
+ "hg+https://bitbucket.org/Coin3D/generalmsvcgeneration"
+ "hg+https://bitbucket.org/Coin3D/soanydata"
+ "hg+https://bitbucket.org/Coin3D/sogui")
+md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"