summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2019-08-15 08:55:35 +0200
committerAlbert Graef2019-08-15 08:55:35 +0200
commit57565d79dc7f114667ca8c8c93b287e72d7f7c53 (patch)
tree6232bacc36d931f0b4468d2bbc0715bbdfbdc000
parent792effd68e615aa54c435293f34e593a65039c94 (diff)
downloadaur-57565d79dc7f114667ca8c8c93b287e72d7f7c53.tar.gz
Switch back to release branch, now that changes have been merged upstream.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6ed41a46360..cfdd3b8777b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = purr-data
pkgdesc = Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)
- pkgver = 2.9.0.r4146.37f21591
+ pkgver = 2.9.0.r4147.54c59a88
pkgrel = 1
url = https://agraef.github.io/purr-data/
install = purr-data.install
@@ -56,7 +56,7 @@ pkgbase = purr-data
conflicts = purr-data
options = !makeflags
options = !strip
- source = purr-data::git+https://bitbucket.org/agraef/purr-data.git#branch=testing
+ source = purr-data::git+https://bitbucket.org/agraef/purr-data.git#branch=release
md5sums = SKIP
source_i686 = http://dl.nwjs.io/v0.24.4/nwjs-sdk-v0.24.4-linux-ia32.tar.gz
md5sums_i686 = a7afcd35d2891e7b7c78db5ca7a625a3
diff --git a/PKGBUILD b/PKGBUILD
index b8e5cc70efae..ca6db08c1c91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@
# /usr/lib/purr-data, so that 3rd party externals know where to find these.
pkgname=purr-data
-pkgver=2.9.0.r4146.37f21591
+pkgver=2.9.0.r4147.54c59a88
pkgrel=1
pkgdesc="Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)"
url="https://agraef.github.io/purr-data/"
@@ -57,9 +57,7 @@ options=('!makeflags' '!strip')
# depend on upstream tagging releases and candidates, and also allows us to
# deal with situations where upstream lags behind on already submitted merge
# requests with important bugfixes and additions.
-# NOTE: Temporarily switched to the testing branch to incorporate important
-# bugfixes and updates which haven't been merged upstream yet.
-source=("$pkgname::git+https://bitbucket.org/agraef/purr-data.git#branch=testing")
+source=("$pkgname::git+https://bitbucket.org/agraef/purr-data.git#branch=release")
md5sums=('SKIP')
# nw.js sdk binaries
nwjsname=nwjs-sdk