summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Endfinger2020-02-01 02:14:17 +0000
committerKenneth Endfinger2020-02-01 02:14:17 +0000
commitec4f78c781c94e4a3ed58faf3cdcc85378b4e6a7 (patch)
treee234d615a4a3249a0e46a9d4168af4fda4e0316c
parent0b773332c785b37424f1caba9989a65e343791ef (diff)
downloadaur-ec4f78c781c94e4a3ed58faf3cdcc85378b4e6a7.tar.gz
Update to 2020.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rwxr-xr-xupdate-pkgbuild.sh2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbe4a52c3226..edc97761a80f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arcanist
pkgdesc = The command line interface for Phabricator
- pkgver = 2019.46
+ pkgver = 2020.5
pkgrel = 1
url = https://www.phacility.com/phabricator/
arch = any
@@ -12,7 +12,7 @@ pkgbase = arcanist
optdepends = git: Git VCS support
optdepends = subversion: Subversion VCS support
optdepends = mercurial: Mercurial VCS support
- source = git://github.com/phacility/arcanist.git#commit=bac2028421a4be6e34e08764bbbda49e68b3a604
+ source = git://github.com/phacility/arcanist.git#commit=729100955129851a52588cdfd9b425197cf05815
sha256sums = SKIP
pkgname = arcanist
diff --git a/PKGBUILD b/PKGBUILD
index 69ce6d4c4a6c..7b00e4108719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kenneth Endfinger <kaendfinger@gmail.com>
pkgname=arcanist
-pkgver=2019.46
-_commit=bac2028421a4be6e34e08764bbbda49e68b3a604
+pkgver=2020.5
+_commit=729100955129851a52588cdfd9b425197cf05815
pkgrel=1
pkgdesc='The command line interface for Phabricator'
arch=('any')
diff --git a/update-pkgbuild.sh b/update-pkgbuild.sh
index 24a8365e36a1..05a099c0dd43 100755
--- a/update-pkgbuild.sh
+++ b/update-pkgbuild.sh
@@ -17,4 +17,4 @@ updpkgsums
makepkg -si --noconfirm
makepkg --printsrcinfo > .SRCINFO
git add . || true
-git commit -m "Update to ${VERSION}" || true
+git commit --no-gpg-sign -m "Update to ${VERSION}" || true