summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e2030c948db..e2f6811339e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = pachist-git
makedepends = git
provides = pachist
conflicts = pachist
- source = git::https://github.com/shellkr/pachist.git
+ source = pachist::git+https://github.com/shellkr/pachist.git#branch=master
sha256sums = SKIP
pkgname = pachist-git
diff --git a/PKGBUILD b/PKGBUILD
index 25b9ed74c54e..439bce79294e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('GPL3')
makedepends=('git')
provides=('pachist')
conflicts=('pachist')
-source=('git::https://github.com/shellkr/pachist.git')
+source=("pachist::git+https://github.com/shellkr/pachist.git#branch=master")
sha256sums=('SKIP')
pkgver() {