summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Ulianko2018-07-01 17:51:03 +0200
committerMichal Ulianko2018-07-01 17:51:03 +0200
commit6acb0fbebee4fa9fbec643755f1e251966d54c93 (patch)
tree534a2ae4aee7126915ca2ee397765c94d3561273 /PKGBUILD
parent20dd32b450a2f232d511fb60599a5731ece8213c (diff)
downloadaur-6acb0fbebee4fa9fbec643755f1e251966d54c93.tar.gz
Be specific about which branch to checkout.
Don't rely on '@' bookmark.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4ad48e11eb6..4d163a0b9168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michal Ulianko <michal (dot) ulianko (at) gmail (dot) com>
pkgname=coin-hg
-pkgver=r11804.cda366684846
+pkgver=r11806.e3c366fe1863
pkgrel=1
pkgdesc="A high-level, retained-mode 3D graphics toolkit compatible with Open Inventor 2.1"
arch=('x86_64')
@@ -11,9 +11,9 @@ depends=('libgl')
makedepends=('mercurial' 'cmake' 'doxygen')
provides=("${pkgname%-hg}")
conflicts=("${pkgname%-hg}")
-source=('coin::hg+https://bitbucket.org/Coin3D/coin'
- 'generalmsvcgeneration::hg+https://bitbucket.org/Coin3D/generalmsvcgeneration'
- 'boost-header-libs-full::hg+https://bitbucket.org/Coin3D/boost-header-libs-full')
+source=('coin::hg+https://bitbucket.org/Coin3D/coin#branch=default'
+ 'generalmsvcgeneration::hg+https://bitbucket.org/Coin3D/generalmsvcgeneration#branch=default'
+ 'boost-header-libs-full::hg+https://bitbucket.org/Coin3D/boost-header-libs-full#branch=default')
md5sums=('SKIP'
'SKIP'
'SKIP')