summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Momčilović2019-01-24 19:09:58 +0100
committerBoris Momčilović2019-01-24 19:09:58 +0100
commit2ef05c95c585bee105a7f1d341807562ea277455 (patch)
treeb373a84975b6d9ec96233309c06e7786cde1c77f
parent73c0ff6f724fc1c0b641ce7f33b70d0550bdec89 (diff)
downloadaur-2ef05c95c585bee105a7f1d341807562ea277455.tar.gz
Use stable branch, version based on commit msg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69e54bca82d5..7e48cfd7038e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arcanist-git
pkgdesc = The command-line frontend to Phabricator, commonly called arc
- pkgver = 6.r1194.g25c23819
+ pkgver = 2018.51
pkgrel = 1
url = http://phabricator.com
arch = any
@@ -8,9 +8,9 @@ pkgbase = arcanist-git
makedepends = git
depends = libphutil-git
depends = python
- provides = arcanist=6.r1194.g25c23819
+ provides = arcanist=2018.51
conflicts = arcanist
- source = git+https://secure.phabricator.com/diffusion/ARC/arcanist.git
+ source = git://github.com/phacility/arcanist.git#branch=stable
sha256sums = SKIP
pkgname = arcanist-git
diff --git a/PKGBUILD b/PKGBUILD
index 6139842290b1..b2209b290908 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=arcanist
pkgname=$_pkgname-git
-pkgver=6.r1194.g25c23819
+pkgver=2018.51
pkgrel=1
pkgdesc='The command-line frontend to Phabricator, commonly called arc'
arch=('any')
@@ -14,12 +14,12 @@ depends=('libphutil-git' 'python')
makedepends=('git')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
-source=("git+https://secure.phabricator.com/diffusion/ARC/arcanist.git")
+source=(git://github.com/phacility/arcanist.git#branch=stable)
sha256sums=('SKIP')
pkgver() {
cd $_pkgname
- git describe --tags --always | sed 's/^conduit-//;s/-/.r/;s/-/./'
+ git log -1 --pretty=%B | sed 's/Week/./g' | tr -d -c 0-9.
}
package() {