summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d06d17589037..a3cf906154c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = profile-sync-daemon-git
conflicts = user-profile-sync-daemon
conflicts = profile-sync-daemon
backup = etc/psd.conf
- source = git://github.com/graysky2/profile-sync-daemon#branch=unstable
+ source = git://github.com/graysky2/profile-sync-daemon#branch=master
sha256sums = SKIP
pkgname = profile-sync-daemon-git
diff --git a/PKGBUILD b/PKGBUILD
index a18ea88d3bd7..19668ebb4b8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,8 @@ makedepends=('git')
conflicts=('firefox-sync' 'goanysync' 'go-anysync-git' 'iceweasel-sync'
'tmpfs-store' 'tmpfs-sync' 'user-profile-sync-daemon' 'profile-sync-daemon')
provides=('profile-sync-daemon')
-_branch='unstable'
+_branch='master'
+#_branch='unstable'
source=("git://github.com/graysky2/profile-sync-daemon#branch=$_branch")
backup=('etc/psd.conf')
install=psd.install