summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wołoszyn2021-01-20 23:49:49 +0100
committerMichał Wołoszyn2021-01-20 23:49:49 +0100
commite6ffa08c239b459eebe03804a273672503be48ca (patch)
tree04c656dac3612db4fcfc6b8d540ef17d349de220
parent0b51f7842a54457f21ab65a146d56e198f37e5cb (diff)
downloadaur-e6ffa08c239b459eebe03804a273672503be48ca.tar.gz
fix description, change repo to original - forked version is moved to new package arc-unit-mocha-sealcode-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6532be820da3..9b6f24721401 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = arc-unit-mocha-git
- pkgdesc = Various linters for Phabricator (via arcanist) by Pinterest
+ pkgdesc = An xunit and clover -based unit tests runner for Arcanist.
pkgver = r13.259af28
pkgrel = 1
- url = https://github.com/sealcode/arc-unit-mocha
+ url = https://github.com/rutgersmobile/arc-unit-mocha
arch = any
license = BSD3
makedepends = git
@@ -14,7 +14,7 @@ pkgbase = arc-unit-mocha-git
optdepends = mercurial: Mercurial VCS support
provides = arc-unit-mocha=r13.259af28
conflicts = arc-unit-mocha
- source = git+https://github.com/sealcode/arc-unit-mocha.git
+ source = git+https://github.com/rutgersmobile/arc-unit-mocha.git
sha256sums = SKIP
pkgname = arc-unit-mocha-git
diff --git a/PKGBUILD b/PKGBUILD
index 6cc8ecc810fd..57f0daefe2a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@ pkgver() {
pkgver=r13.259af28
pkgrel=1
-pkgdesc='Various linters for Phabricator (via arcanist) by Pinterest'
+pkgdesc='An xunit and clover -based unit tests runner for Arcanist.'
arch=('any')
-url="https://github.com/sealcode/arc-unit-mocha"
+url="https://github.com/rutgersmobile/arc-unit-mocha"
license=('BSD3')
depends=('php' 'python' 'arcanist-git')
optdepends=('git: Git VCS support'
@@ -21,7 +21,7 @@ optdepends=('git: Git VCS support'
makedepends=('git')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
-source=("git+https://github.com/sealcode/arc-unit-mocha.git")
+source=("git+https://github.com/rutgersmobile/arc-unit-mocha.git")
sha256sums=('SKIP')
package() {