summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Ulianko2018-07-01 17:51:03 +0200
committerMichal Ulianko2018-07-01 17:51:03 +0200
commit6acb0fbebee4fa9fbec643755f1e251966d54c93 (patch)
tree534a2ae4aee7126915ca2ee397765c94d3561273
parent20dd32b450a2f232d511fb60599a5731ece8213c (diff)
downloadaur-6acb0fbebee4fa9fbec643755f1e251966d54c93.tar.gz
Be specific about which branch to checkout.
Don't rely on '@' bookmark.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 026825072346..30095e2d8988 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coin-hg
pkgdesc = A high-level, retained-mode 3D graphics toolkit compatible with Open Inventor 2.1
- pkgver = r11804.cda366684846
+ pkgver = r11806.e3c366fe1863
pkgrel = 1
url = https://bitbucket.org/Coin3D/coin
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = coin-hg
depends = libgl
provides = coin
conflicts = coin
- source = coin::hg+https://bitbucket.org/Coin3D/coin
- source = generalmsvcgeneration::hg+https://bitbucket.org/Coin3D/generalmsvcgeneration
- source = boost-header-libs-full::hg+https://bitbucket.org/Coin3D/boost-header-libs-full
+ source = coin::hg+https://bitbucket.org/Coin3D/coin#branch=default
+ source = generalmsvcgeneration::hg+https://bitbucket.org/Coin3D/generalmsvcgeneration#branch=default
+ source = boost-header-libs-full::hg+https://bitbucket.org/Coin3D/boost-header-libs-full#branch=default
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
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')