summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 862b883f85bc..9c62210b2dab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arcanist-git
pkgdesc = The command line interface for Phabricator
- pkgver = r2047.9830c931
+ pkgver = r2057.d92fa963
pkgrel = 1
url = https://www.phacility.com/phabricator/
arch = any
@@ -12,7 +12,7 @@ pkgbase = arcanist-git
optdepends = git: Git VCS support
optdepends = subversion: Subversion VCS support
optdepends = mercurial: Mercurial VCS support
- provides = arcanist=r2047.9830c931
+ provides = arcanist=r2057.d92fa963
conflicts = arcanist
source = git+https://github.com/phacility/arcanist.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 35f19b3fcfd1..25145e7498e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-pkgver=r2047.9830c931
+pkgver=r2057.d92fa963
pkgrel=1
pkgdesc='The command line interface for Phabricator'
arch=('any')