summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornarunlifescience2016-07-10 20:06:20 -0500
committernarunlifescience2016-07-10 20:06:20 -0500
commit861de10cd216ce7734caa7ef305a9593cbbd5dfb (patch)
tree44cbb6708a704cb438c7793fa9a2ee9ce6dfe573
parente8f89c70ad0da208b89a8c2c4189bc3cc095a633 (diff)
downloadaur-861de10cd216ce7734caa7ef305a9593cbbd5dfb.tar.gz
use release-0.01A-alpha branch as source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4f6e088587b..d48d8826e057 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = alphaplot
depends = qt4
depends = qwt5
depends = qwtplot3d
- source = git+https://github.com/narunlifescience/alphaplot.git
+ source = git+https://github.com/narunlifescience/alphaplot.git#branch=release-0.01A-alpha
sha256sums = SKIP
pkgname = alphaplot
diff --git a/PKGBUILD b/PKGBUILD
index 9e78ac86bbc4..f957d9810723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('boost' 'cmake')
depends=('gsl' 'glu' 'mesa' 'shared-mime-info' 'qt4' 'qwt5' 'qwtplot3d')
# source download from git repo & prepare
-source=(git+https://github.com/narunlifescience/alphaplot.git)
+source=(git+https://github.com/narunlifescience/alphaplot.git#branch=release-0.01A-alpha)
install=${pkgname}.install
sha256sums=('SKIP')
prepare() {